diff --git a/modules/home/imv.nix b/modules/home/imv.nix deleted file mode 100644 index 0d69bfe..0000000 --- a/modules/home/imv.nix +++ /dev/null @@ -1,5 +0,0 @@ -_: { - programs.imv = { - enable = true; - }; -} diff --git a/nixos/default.nix b/nixos/default.nix index 9d73637..cc46503 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -64,18 +64,13 @@ home.stateVersion = stateVersion; programs.home-manager.enable = true; imports = [ + ../modules/home/desktop + ../modules/home/webcord.nix ../modules/home/cli - ] ++ (if hostConfig.desktop then - [ - ../modules/home/desktop - ../modules/home/webcord.nix - ../modules/home/firefox - ../modules/home/foot.nix - ../modules/home/zathura.nix - ../modules/home/imv.nix - ] - else [] - ) ++ ( + ../modules/home/firefox + ../modules/home/foot.nix + ../modules/home/zathura.nix + ] ++ ( if hostConfig.gaming then [ ../modules/home/lutris.nix ] else []