feat(nixos): Enable gamemode

This commit is contained in:
punkfairie 2025-01-19 15:17:00 -08:00
parent a3ce393c04
commit 133f4c6546
No known key found for this signature in database
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 4 additions and 0 deletions

View file

@ -12,5 +12,7 @@ in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
lutris lutris
]; ];
programs.gamemode.enable = true;
}; };
} }

View file

@ -16,5 +16,7 @@ in {
proton-ge-bin proton-ge-bin
]; ];
}; };
programs.gamemode.enable = true;
}; };
} }