From aca9784998a2d5de47b29f26a36b4a114af116dd Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 10 Dec 2025 20:09:47 +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 b0a8c5a..fe64ef4 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -4,7 +4,6 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") { environment.systemPackages = with pkgs; [ lutris - adwaita-icon-theme ]; programs.steam = { @@ -17,12 +16,6 @@ }; }; - # Set cursor theme for Steam and games - environment.sessionVariables = { - XCURSOR_THEME = "Adwaita"; - XCURSOR_SIZE = "24"; - }; - system.autoUpgrade = { enable = true; dates = "daily";