Update FredOS-Gaming.nix

This commit is contained in:
ediblerope 2025-12-09 13:07:28 +00:00 committed by GitHub
parent f1fee305e1
commit e372ca0e5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
# Enable the Gamescope Module # Enable the Gamescope Module
programs.gamescope = { programs.gamescope = {
enable = true; enable = true;
capSysNice = true; # Fixes "No CAP_SYS_NICE" warning implies better performance capSysNice = false;
# args = [ "--rt" ]; # Optional: Force realtime priority # args = [ "--rt" ]; # Optional: Force realtime priority
}; };
# Enables Vulkan and OpenGL drivers # Enables Vulkan and OpenGL drivers