From 8c2642c8851d724c5d1e3fca044c673b30e15d91 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Tue, 9 Dec 2025 14:00:18 +0000 Subject: [PATCH] Update FredOS-Gaming.nix --- hosts/FredOS-Gaming.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index fb119b5..4e6b6e1 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -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 ]; }; };