Compare commits
No commits in common. "360533b7e8d36196eeb7995b8516b804226f76a8" and "8de0eb092fc9053b082c1e3f6d3339f91367eb65" have entirely different histories.
360533b7e8
...
8de0eb092f
2 changed files with 6 additions and 16 deletions
|
@ -1,5 +0,0 @@
|
||||||
_: {
|
|
||||||
programs.imv = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -64,18 +64,13 @@
|
||||||
home.stateVersion = stateVersion;
|
home.stateVersion = stateVersion;
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
imports = [
|
imports = [
|
||||||
|
../modules/home/desktop
|
||||||
|
../modules/home/webcord.nix
|
||||||
../modules/home/cli
|
../modules/home/cli
|
||||||
] ++ (if hostConfig.desktop then
|
../modules/home/firefox
|
||||||
[
|
../modules/home/foot.nix
|
||||||
../modules/home/desktop
|
../modules/home/zathura.nix
|
||||||
../modules/home/webcord.nix
|
] ++ (
|
||||||
../modules/home/firefox
|
|
||||||
../modules/home/foot.nix
|
|
||||||
../modules/home/zathura.nix
|
|
||||||
../modules/home/imv.nix
|
|
||||||
]
|
|
||||||
else []
|
|
||||||
) ++ (
|
|
||||||
if hostConfig.gaming then
|
if hostConfig.gaming then
|
||||||
[ ../modules/home/lutris.nix ]
|
[ ../modules/home/lutris.nix ]
|
||||||
else []
|
else []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue