Add gaming.nix for ringtail: gamescope + consolidate Steam config

Move Steam config from configuration.nix to a dedicated gaming.nix module
and add gamescope for fullscreen/resolution management with Proton games.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-04-02 15:48:36 -07:00
commit 5de2ed9f96
3 changed files with 17 additions and 6 deletions

View file

@ -113,12 +113,6 @@ in
polkitPolicyOwners = [ "eblume" ];
};
# Steam
programs.steam = {
enable = true;
dedicatedServer.openFirewall = true;
};
# K3s single-node cluster
services.k3s = {
enable = true;