test
This commit is contained in:
parent
07cb61d457
commit
c10dd3c236
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
||||||
# User configs
|
# User configs
|
||||||
./users/${username}
|
./users/${username}
|
||||||
]
|
]
|
||||||
++ lib.optional (builtins.isString desktop) [ ./common/software/gui/firefox.nix ]
|
++ lib.optional (builtins.isString desktop) ./common/software/gui/firefox.nix
|
||||||
++ lib.optional (builtins.isString desktop) [ ./common/software/gui/thunderbird.nix ]
|
++ lib.optional (builtins.isString desktop) ./common/software/gui/thunderbird.nix
|
||||||
++ lib.optional (builtins.isString desktop) [ ./hosts/${hostname}/desktops/${desktop} ];
|
++ lib.optional (builtins.isString desktop) ./hosts/${hostname}/desktops/${desktop};
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue