Skip to content

Commit

Permalink
fix(home-manager): use correct name for gtk cursor (catppuccin#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamish-McLean authored and Liassica committed Apr 10, 2024
1 parent 0abae6b commit ea16f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-manager/gtk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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};
};
};
Expand Down

0 comments on commit ea16f76

Please sign in to comment.