support for hs

This commit is contained in:
ant 2025-04-30 19:32:57 +02:00
parent 6a41d669a2
commit 3ef0b69470

View file

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