From 12a3a10f23a91db557a8360e34df6f818e0173bf Mon Sep 17 00:00:00 2001 From: pompydev Date: Wed, 4 Jun 2025 15:33:02 +0900 Subject: [PATCH] set cursor to catppuccin-frappe-dark-cursors --- modules/home-manager/catppuccin.nix | 11 +++++++++++ modules/home-manager/dconf-gnome-desktop.nix | 1 - 2 files changed, 11 insertions(+), 1 deletion(-) 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";