Remove steam from Northstar

This commit is contained in:
Evie Litherland-Smith 2023-12-16 22:44:24 +00:00
parent 74fce4cc5e
commit b43cb891da

View file

@ -239,10 +239,7 @@
hostName = "Northstar"; hostName = "Northstar";
user = "xenia"; user = "xenia";
system = "x86_64-linux"; system = "x86_64-linux";
in systemConfig { in systemConfig { inherit hostName user system; };
inherit hostName user system;
systemModules = default.systemModules ++ [ ./system/steam.nix ];
};
Ronin = let Ronin = let
hostName = "Ronin"; hostName = "Ronin";
@ -257,8 +254,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 homeModules = default.homeModules ++ [ ./home/games/default.nix ];
++ [ ./home/games/default.nix ./home/obs.nix ];
}; };
}; };