From 1c0cdfc8e007d1acb6430e27298c74b81f696705 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 15 Jul 2023 18:02:32 +0300 Subject: [PATCH] catpuccin cursors --- modules/desktop/bspwm/default.nix | 1 + overlays/default.nix | 4 ++++ 2 files changed, 5 insertions(+) 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