Heimdall: add netcloud app dependencies
This commit is contained in:
parent
f8edda90d9
commit
2b7c9756f0
1 changed files with 6 additions and 1 deletions
|
|
@ -23,7 +23,12 @@ in
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
pathsToLink = [ "/share/zsh" ];
|
pathsToLink = [ "/share/zsh" ];
|
||||||
systemPackages = builtins.attrValues { inherit (pkgs) helix tmux vim; };
|
systemPackages = builtins.attrValues {
|
||||||
|
inherit (pkgs)
|
||||||
|
helix tmux vim
|
||||||
|
exiftool nodejs# for Nextcloud
|
||||||
|
;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue