From 8ee7f8337741d13d8275bf0a34ba79ef73cf8eb4 Mon Sep 17 00:00:00 2001 From: Sergei Poljanski Date: Sat, 11 Jul 2026 22:36:01 +0400 Subject: [PATCH] gaming: enable gamescope --- modules/gaming.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/gaming.nix b/modules/gaming.nix index 8432fd3..aa95c8a 100644 --- a/modules/gaming.nix +++ b/modules/gaming.nix @@ -7,6 +7,9 @@ # Steam itself is enabled in modules/programs.nix. programs.steam.extraCompatPackages = [ pkgs.proton-ge-bin ]; + # Gamescope micro-compositor (adds capSysNice wrapper + puts gamescope in PATH). + programs.gamescope.enable = true; + services.flatpak = { enable = true; remotes = [