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