Update FredOS-Gaming.nix

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

View file

@ -7,12 +7,17 @@
adwaita-icon-theme # Helps with missing cursors/icons in some Wine games
];
# 1. Enable the Gamescope Module
# Enable the Gamescope Module
programs.gamescope = {
enable = true;
capSysNice = true; # Fixes "No CAP_SYS_NICE" warning implies better performance
# args = [ "--rt" ]; # Optional: Force realtime priority
};
# Enables Vulkan and OpenGL drivers
hardware.graphics = {
enable = true;
enable32Bit = true;
};
programs.steam = {
enable = true;