diff --git a/home.nix b/home.nix index 90bc44f..3f3a2b9 100644 --- a/home.nix +++ b/home.nix @@ -4,12 +4,15 @@ imports = [ ./lf.nix ./fish.nix - ./ui.nix ./terminal-software.nix + ] ++ (if variant != "hs" then + [ + ./ui.nix ./gui-software.nix ./gaming.nix ./additional-software.nix - ]; + ] + else []); # Home Manager needs a bit of information about you and the paths it should # manage.