diff --git a/modules/home-manager/catppuccin.nix b/modules/home-manager/catppuccin.nix index 75f9586..3fdd7a2 100644 --- a/modules/home-manager/catppuccin.nix +++ b/modules/home-manager/catppuccin.nix @@ -5,4 +5,15 @@ flavor = "frappe"; }; catppuccin.obs.enable = true; + + catppuccin.cursors = { + enable = true; + flavor = "frappe"; + accent = "dark"; + }; + dconf.settings = { + "org/gnome/desktop/interface" = { + cursor-theme = "catppuccin-frappe-dark-cursors"; + }; + }; } diff --git a/modules/home-manager/dconf-gnome-desktop.nix b/modules/home-manager/dconf-gnome-desktop.nix index cb54360..7819c98 100644 --- a/modules/home-manager/dconf-gnome-desktop.nix +++ b/modules/home-manager/dconf-gnome-desktop.nix @@ -4,7 +4,6 @@ dconf.settings = { "org/gnome/desktop/interface" = { gtk-theme = "Pop-dark"; - cursor-theme = "Adwaita"; icon-theme = "Papirus-Dark"; font-antialiasing = "grayscale";