diff --git a/home-modules/games.nix b/home-modules/games.nix index 544539d..17a14cb 100644 --- a/home-modules/games.nix +++ b/home-modules/games.nix @@ -1,5 +1,6 @@ { pkgs-unstable, pkgs, lib, host, ... }: -lib.mkIf (host == "NxNORTH" || host == "NxACE") +# lib.mkIf (host == "NxNORTH" || host == "NxACE") +lib.mkIf (host == "NxNORTH") { home = { packages = (with pkgs-unstable; [ diff --git a/system-modules/games.nix b/system-modules/games.nix index 1ee3d21..2a203b6 100644 --- a/system-modules/games.nix +++ b/system-modules/games.nix @@ -1,5 +1,6 @@ { lib, host, ... }: -lib.mkIf (host == "NxNORTH" || host == "NxACE") +# lib.mkIf (host == "NxNORTH" || host == "NxACE") +lib.mkIf (host == "NxNORTH") { programs = { steam = {