From f4f80ffbdecd4d532bd039cefff675b667fc3478 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Sat, 31 May 2025 13:42:27 +0200 Subject: [PATCH] games on Ace - mindustry --- home-modules/games.nix | 6 +++--- system-modules/games.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/home-modules/games.nix b/home-modules/games.nix index 17a14cb..00c3ec9 100644 --- a/home-modules/games.nix +++ b/home-modules/games.nix @@ -1,6 +1,6 @@ { pkgs-unstable, pkgs, lib, host, ... }: -# lib.mkIf (host == "NxNORTH" || host == "NxACE") -lib.mkIf (host == "NxNORTH") +lib.mkIf (host == "NxNORTH" || host == "NxACE") +# lib.mkIf (host == "NxNORTH") { home = { packages = (with pkgs-unstable; [ @@ -9,7 +9,7 @@ lib.mkIf (host == "NxNORTH") # heroic - mindustry-wayland + # 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 2a203b6..6ca6e0b 100644 --- a/system-modules/games.nix +++ b/system-modules/games.nix @@ -1,6 +1,6 @@ { lib, host, ... }: -# lib.mkIf (host == "NxNORTH" || host == "NxACE") -lib.mkIf (host == "NxNORTH") +lib.mkIf (host == "NxNORTH" || host == "NxACE") +# lib.mkIf (host == "NxNORTH") { programs = { steam = {