nxace no games

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-03-31 01:51:15 +02:00
parent 7e8f5f6751
commit 2b51508030
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
{ pkgs-unstable, pkgs, lib, host, ... }: { pkgs-unstable, pkgs, lib, host, ... }:
lib.mkIf (host == "NxNORTH" || host == "NxACE") # lib.mkIf (host == "NxNORTH" || host == "NxACE")
lib.mkIf (host == "NxNORTH")
{ {
home = { home = {
packages = (with pkgs-unstable; [ packages = (with pkgs-unstable; [

View File

@@ -1,5 +1,6 @@
{ lib, host, ... }: { lib, host, ... }:
lib.mkIf (host == "NxNORTH" || host == "NxACE") # lib.mkIf (host == "NxNORTH" || host == "NxACE")
lib.mkIf (host == "NxNORTH")
{ {
programs = { programs = {
steam = { steam = {