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