catppuccin / nix

❄️ Soothing pastel theme for Nix
https://nix.catppuccin.com/
MIT License
302 stars 46 forks source link

fix(home-manager): use correct theme name #239

Closed eljamm closed 1 week ago

eljamm commented 1 week ago

Summary

The theme name does not correctly match the one from catppuccin-gtk which should be catppuccin-${FLAVOR}-${ACCENT}-${SIZE}+${TWEAKS} as the Usage docs specify.

Changes

eljamm commented 1 week ago

If I didn't mess up, [ "normal" "black" "rimless" ] should become "default+black+rimless" with this change.

eljamm commented 1 week ago

Well, turns out I did mess up, but it should work now.

eljamm commented 1 week ago

So apparently it's just enough to append the tweaks at the end. In the derivation result, the names were being seperated by , and not + so I changed that as well.

Screenshot from 2024-06-22 15-27-32

I tested this on my machine and everything works great.