more games

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-11-18 16:30:58 +01:00
parent 4761258eed
commit 51d7589975
2 changed files with 18 additions and 27 deletions

View File

@@ -1,15 +1,7 @@
{ pkgs, ... }@all: with all;
lib.mkIf (hyper.host == "NxNORTH" || hyper.host == "NxACE")
{
{ pkgs, ... }@all: with all; {
programs = {
steam = {
enable = true;
};
gamemode = {
enable = true;
};
gamescope = {
enable = true;
};
steam.enable = true;
gamemode.enable = true;
gamescope.enable = true;
};
}