Compare commits
2 commits
8de0eb092f
...
360533b7e8
Author | SHA1 | Date | |
---|---|---|---|
360533b7e8 | |||
b95b0f8ee7 |
2 changed files with 16 additions and 6 deletions
5
modules/home/imv.nix
Normal file
5
modules/home/imv.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
_: {
|
||||
programs.imv = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
|
@ -64,13 +64,18 @@
|
|||
home.stateVersion = stateVersion;
|
||||
programs.home-manager.enable = true;
|
||||
imports = [
|
||||
../modules/home/desktop
|
||||
../modules/home/webcord.nix
|
||||
../modules/home/cli
|
||||
../modules/home/firefox
|
||||
../modules/home/foot.nix
|
||||
../modules/home/zathura.nix
|
||||
] ++ (
|
||||
] ++ (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 []
|
||||
) ++ (
|
||||
if hostConfig.gaming then
|
||||
[ ../modules/home/lutris.nix ]
|
||||
else []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue