Graphical application installation depends on desktop variable
This commit is contained in:
parent
b95b0f8ee7
commit
360533b7e8
1 changed files with 11 additions and 7 deletions
|
@ -64,14 +64,18 @@
|
|||
home.stateVersion = stateVersion;
|
||||
programs.home-manager.enable = true;
|
||||
imports = [
|
||||
../modules/home/cli
|
||||
] ++ (if hostConfig.desktop then
|
||||
[
|
||||
../modules/home/desktop
|
||||
../modules/home/webcord.nix
|
||||
../modules/home/cli
|
||||
../modules/home/firefox
|
||||
../modules/home/foot.nix
|
||||
../modules/home/zathura.nix
|
||||
../modules/home/imv.nix
|
||||
] ++ (
|
||||
]
|
||||
else []
|
||||
) ++ (
|
||||
if hostConfig.gaming then
|
||||
[ ../modules/home/lutris.nix ]
|
||||
else []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue