From 2b5150803017077661245704ee152cbf146631ce Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 31 Mar 2025 01:51:15 +0200 Subject: [PATCH] nxace no games --- home-modules/games.nix | 3 ++- system-modules/games.nix | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 = {