fix(home-manager/kvantum): don't uppercase accents and flavors in override#358
Conversation
|
I was working on a PR with these same changes but found that it does not install the kvantum theme for me. Can you confirm that the issue is fixed and that the theme correctly installs for you? |
Oh yeah, theme didn't correctly install for me either. |
557f4b6 to
207a844
Compare
|
Now it should work. |
|
Yep, works for me. Thanks! |
Set `nixpkgs` to follow `nixpkgs-unstable` instead of `nixos-unstable` due to nix-community/home-manager#5991, caused by NixOS/nixpkgs@a9e1f4e reverted by NixOS/nixpkgs#349783 Should eventually be fixed in home-manager itself. Also pointed `scientific-fhs` to my fork: * new Julia versions * work around olynch/scientific-fhs#20 Everything caused because I need this pull request catppuccin/nix#358 for KDE theming.
fd13c6e to
7a0fedd
Compare
This should only apply now if the version is at least 24.11. |
7a0fedd to
037e2f0
Compare
|
@isabelroses sorry for the @ but this PR has been updated and is ready for review. |
I can't merge but LGTM, better waiting for getchoo though. |
|
Thanks for the fix :) |

Fix for kvantum module, which uses an updated catppuccin-kvantum package that changed from uppercase enums to lowercase.
Closes #357