Don't install obs by default, only on Vanguard
This commit is contained in:
parent
3867e54112
commit
da9a6bef44
|
@ -51,7 +51,6 @@
|
||||||
./home/firefox.nix
|
./home/firefox.nix
|
||||||
./home/kdeconnect.nix
|
./home/kdeconnect.nix
|
||||||
./home/media.nix
|
./home/media.nix
|
||||||
./home/obs.nix
|
|
||||||
./home/pass.nix
|
./home/pass.nix
|
||||||
./home/zathura.nix
|
./home/zathura.nix
|
||||||
];
|
];
|
||||||
|
@ -273,6 +272,7 @@
|
||||||
in systemConfig {
|
in systemConfig {
|
||||||
inherit hostName user system;
|
inherit hostName user system;
|
||||||
systemModules = default.systemModules ++ [ ./system/steam.nix ];
|
systemModules = default.systemModules ++ [ ./system/steam.nix ];
|
||||||
|
homeModules = default.homeModules ++ [ ./home/obs.nix ];
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue