From 67e297b0068f409cfab8e16e6bd376c8c9d7249a Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 10 Dec 2025 20:10:06 +0000 Subject: [PATCH] Update gnome.nix --- settings/gnome.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/settings/gnome.nix b/settings/gnome.nix index b8bc17e..c9f0d15 100644 --- a/settings/gnome.nix +++ b/settings/gnome.nix @@ -20,11 +20,14 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.netwo xwayland gtk3 cairo + adwaita-icon-theme ]; - # Set libdecor plugin directory + # Set libdecor plugin directory and cursor theme environment.sessionVariables = { LIBDECOR_PLUGIN_DIR = "${pkgs.libdecor}/lib/libdecor/plugins-1"; + XCURSOR_THEME = "Adwaita"; + XCURSOR_SIZE = "24"; }; programs.xwayland.enable = true;