fix(home-manager): gtk cursors are now lowercase (#212)
This commit is contained in:
parent
0cdfa29b90
commit
6336fb8ba1
1 changed files with 1 additions and 2 deletions
|
@ -76,11 +76,10 @@ in
|
|||
|
||||
cursorTheme =
|
||||
let
|
||||
flavorUpper = ctp.mkUpper cfg.cursor.flavor;
|
||||
accentUpper = ctp.mkUpper cfg.cursor.accent;
|
||||
in
|
||||
lib.mkIf cfg.cursor.enable {
|
||||
name = "Catppuccin-${flavorUpper}-${accentUpper}-Cursors";
|
||||
name = "catppuccin-${cfg.cursor.flavor}-${cfg.cursor.accent}-cursors";
|
||||
package = pkgs.catppuccin-cursors.${cfg.cursor.flavor + accentUpper};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue