fix(home-manager): use correct name for gtk cursor (#106)

This commit is contained in:
Hamish McLean 2024-04-10 06:53:06 +01:00 committed by GitHub
parent b08e4805e3
commit 852f9c7dda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ in
accentUpper = ctp.mkUpper cfg.cursor.accent;
in
lib.mkIf cfg.cursor.enable {
name = "Catppuccin-${flavourUpper}-${accentUpper}";
name = "Catppuccin-${flavourUpper}-${accentUpper}-Cursors";
package = pkgs.catppuccin-cursors.${cfg.cursor.flavour + accentUpper};
};
};