Update FredOS-Gaming.nix

This commit is contained in:
ediblerope 2025-12-09 14:00:18 +00:00 committed by GitHub
parent 7f05cd4428
commit 8c2642c885
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,12 +7,6 @@
adwaita-icon-theme # Helps with missing cursors/icons in some Wine games
];
# Enable the Gamescope Module
programs.gamescope = {
enable = true;
capSysNice = false;
# args = [ "--rt" ]; # Optional: Force realtime priority
};
# Enables Vulkan and OpenGL drivers
hardware.graphics = {
enable = true;
@ -25,7 +19,6 @@
package = pkgs.steam.override {
extraPkgs = pkgs: with pkgs; [
kdePackages.breeze
libgdiplus # Often helps with Wine UI rendering
];
};
};