diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index 12d7f95..dc0e624 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -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;