support for hs
This commit is contained in:
parent
6a41d669a2
commit
3ef0b69470
1 changed files with 5 additions and 2 deletions
7
home.nix
7
home.nix
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue