Merge branch 'master' of ssh://ssh.nx2.site:20022/nx2/dotfiles

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-11-15 14:10:50 +01:00
3 changed files with 29 additions and 5 deletions

12
system-modules/games.nix Normal file
View File

@@ -0,0 +1,12 @@
{ lib, host, ... }:
lib.mkIf (host == "NxNORTH")
{
programs = {
gamemode = {
enable = true;
};
gamescope = {
enable = true;
};
};
}