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

@ -28,6 +28,7 @@
./disk-config.nix
./hardware-configuration.nix
./configuration.nix
./gaming.nix
# Pin versioned services to nixpkgs-services instead of the rolling nixpkgs.
# This prevents `nix flake update nixpkgs` from silently upgrading them.
# Bump nixpkgs-services explicitly during service reviews.