Add steam back to Northstar

This commit is contained in:
Evie Litherland-Smith 2023-11-30 05:26:43 +00:00
parent e8fa614f3a
commit a0b404244b

View file

@ -238,7 +238,10 @@
hostName = "Northstar";
user = "xenia";
system = "x86_64-linux";
in systemConfig { inherit hostName user system; };
in systemConfig {
inherit hostName user system;
systemModules = default.systemModules ++ [ ./system/steam.nix ];
};
Ronin = let
hostName = "Ronin";