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;
|
home.stateVersion = stateVersion;
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
imports = [
|
imports = [
|
||||||
../modules/home/desktop
|
|
||||||
../modules/home/webcord.nix
|
|
||||||
../modules/home/cli
|
../modules/home/cli
|
||||||
../modules/home/firefox
|
] ++ (if hostConfig.desktop then
|
||||||
../modules/home/foot.nix
|
[
|
||||||
../modules/home/zathura.nix
|
../modules/home/desktop
|
||||||
../modules/home/imv.nix
|
../modules/home/webcord.nix
|
||||||
] ++ (
|
../modules/home/firefox
|
||||||
|
../modules/home/foot.nix
|
||||||
|
../modules/home/zathura.nix
|
||||||
|
../modules/home/imv.nix
|
||||||
|
]
|
||||||
|
else []
|
||||||
|
) ++ (
|
||||||
if hostConfig.gaming then
|
if hostConfig.gaming then
|
||||||
[ ../modules/home/lutris.nix ]
|
[ ../modules/home/lutris.nix ]
|
||||||
else []
|
else []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue