From aad1a59a58598446c18c43cbe47900ccaee865a1 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 10 Dec 2025 23:15:46 +0000 Subject: [PATCH] Update gnome.nix --- settings/gnome.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/settings/gnome.nix b/settings/gnome.nix index 21e3867..91d217c 100644 --- a/settings/gnome.nix +++ b/settings/gnome.nix @@ -20,8 +20,9 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.netwo # Set cursor theme environment.sessionVariables = { - XCURSOR_THEME = "Adwaita"; - XCURSOR_SIZE = "24"; + XCURSOR_THEME = "Adwaita"; + XCURSOR_SIZE = "24"; + XCURSOR_PATH = "${pkgs.adwaita-icon-theme}/share/icons"; }; programs.xwayland.enable = true;