diff --git a/flake.nix b/flake.nix index f1a93efd..777c863d 100644 --- a/flake.nix +++ b/flake.nix @@ -239,10 +239,7 @@ hostName = "Northstar"; user = "xenia"; system = "x86_64-linux"; - in systemConfig { - inherit hostName user system; - systemModules = default.systemModules ++ [ ./system/steam.nix ]; - }; + in systemConfig { inherit hostName user system; }; Ronin = let hostName = "Ronin"; @@ -257,8 +254,7 @@ in systemConfig { inherit hostName user system; systemModules = default.systemModules ++ [ ./system/steam.nix ]; - homeModules = default.homeModules - ++ [ ./home/games/default.nix ./home/obs.nix ]; + homeModules = default.homeModules ++ [ ./home/games/default.nix ]; }; };