diff --git a/modules/desktop/bspwm/default.nix b/modules/desktop/bspwm/default.nix index 22327cc4..2533daa5 100644 --- a/modules/desktop/bspwm/default.nix +++ b/modules/desktop/bspwm/default.nix @@ -61,6 +61,7 @@ in vimix-gtk-themes vimix-icon-theme lxappearance + catppuccin-cursors # screen shot (s) flameshot ]; diff --git a/overlays/default.nix b/overlays/default.nix index ce38e765..ef931e55 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -19,6 +19,10 @@ vimix-gtk-themes = prev.vimix-gtk-themes.override { themeVariants = [ "ruby" ]; }; + catppuccin-cursors = prev.catppuccin-cursors.override { + palette = [ "Mocha" ]; + color = [ "Dark" ]; + }; }; # When applied, the unstable nixpkgs set (declared in the flake inputs) will