diff --git a/home-modules/games.nix b/home-modules/games.nix index ac87b19..544539d 100755 --- a/home-modules/games.nix +++ b/home-modules/games.nix @@ -1,15 +1,15 @@ -{ pkgs-unstable, lib, host, ... }: -lib.mkIf (host == "NxNORTH") +{ pkgs-unstable, pkgs, lib, host, ... }: +lib.mkIf (host == "NxNORTH" || host == "NxACE") { home = { - packages = with pkgs-unstable; [ + packages = (with pkgs-unstable; [ protonup mangohud - heroic + # heroic mindustry-wayland - ]; + ]) ++ [ pkgs.heroic ]; sessionVariables = { STEAM_EXTRA_COMPAT_TOOLS_PATHS = "\${HOME}/.steam/root/compatibilitytools.d"; }; diff --git a/system-modules/games.nix b/system-modules/games.nix index 78ec3ed..c014fec 100644 --- a/system-modules/games.nix +++ b/system-modules/games.nix @@ -1,5 +1,5 @@ { lib, host, ... }: -lib.mkIf (host == "NxNORTH") +lib.mkIf (host == "NxNORTH" || host == "NxACE") { programs = { gamemode = {