Don't install obs by default, only on Vanguard

This commit is contained in:
Evie Litherland-Smith 2023-10-20 22:01:07 +01:00
parent 3867e54112
commit da9a6bef44

View file

@ -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 ];
}; };
}; };