diff --git a/system-modules/games.nix b/system-modules/games.nix index c014fec..1ee3d21 100644 --- a/system-modules/games.nix +++ b/system-modules/games.nix @@ -2,6 +2,9 @@ lib.mkIf (host == "NxNORTH" || host == "NxACE") { programs = { + steam = { + enable = true; + }; gamemode = { enable = true; };