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