From f1fee305e1305ef00736cb5b1391392f12b162ef Mon Sep 17 00:00:00 2001 From: ediblerope Date: Tue, 9 Dec 2025 13:06:06 +0000 Subject: [PATCH] Update FredOS-Gaming.nix --- hosts/FredOS-Gaming.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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;