diff --git a/users/erwin/home.nix b/users/erwin/home.nix index 0bf315b..09b2625 100644 --- a/users/erwin/home.nix +++ b/users/erwin/home.nix @@ -353,13 +353,11 @@ in bookmarks = [ "file:///home/erwin/workspace" ]; extraConfig = { gtk-application-prefer-dark-theme = 1; - gtk-cursor-theme-name = "Catppuccin-Mocha-Dark-Cursors"; }; }; gtk4.extraConfig = { gtk-application-prefer-dark-theme = 1; - gtk-cursor-theme-name = "Catppuccin-Mocha-Dark-Cursors"; }; }; diff --git a/users/erwin/work.nix b/users/erwin/work.nix index b742f22..c5026d9 100644 --- a/users/erwin/work.nix +++ b/users/erwin/work.nix @@ -302,6 +302,7 @@ in package = pkgs.catppuccin-cursors.mochaDark; gtk.enable = true; x11.enable = true; + size = 48; }; file.".wallpapers".source = ../../wallpapers; @@ -377,14 +378,12 @@ in bookmarks = [ "file:///home/erwin/workspace" ]; extraConfig = { gtk-application-prefer-dark-theme = 1; - gtk-cursor-theme-name = "Catppuccin-Mocha-Dark-Cursors"; }; }; gtk4 = { extraConfig = { gtk-application-prefer-dark-theme = 1; - gtk-cursor-theme-name = "Catppuccin-Mocha-Dark-Cursors"; }; }; };