Compare commits

...

2 commits

2 changed files with 16 additions and 6 deletions

5
modules/home/imv.nix Normal file
View file

@ -0,0 +1,5 @@
_: {
programs.imv = {
enable = true;
};
}

View file

@ -64,13 +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 []