Remove steam from Northstar
This commit is contained in:
parent
74fce4cc5e
commit
b43cb891da
|
@ -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 ];
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue