fix(catppuccin): Change cursor path name
Catppuccin cursors changed the file names of the cursors this change
changes how we access them to match
Change-Id: I29f833de76df1d55440fa7815f98ec03a75d7084
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/734
Reviewed-by: Skyler Grey <minion@clicks.codes>
Tested-by: Skyler Grey <minion@clicks.codes>
diff --git a/modules/home/catppuccin/default.nix b/modules/home/catppuccin/default.nix
index e964ada..6a1f0e0 100644
--- a/modules/home/catppuccin/default.nix
+++ b/modules/home/catppuccin/default.nix
@@ -1426,7 +1426,7 @@
cursor = {
package =
pkgs.catppuccin-cursors."${lib.strings.toLower config.chimera.theme.catppuccin.style}${config.chimera.theme.catppuccin.color}";
- name = "Catppuccin-${config.chimera.theme.catppuccin.style}-${config.chimera.theme.catppuccin.color}-Cursors";
+ name = "catppuccin-${lib.strings.toLower config.chimera.theme.catppuccin.style}-${lib.strings.toLower config.chimera.theme.catppuccin.color}-cursors";
size = 32;
};
};