-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(home-manager/kvantum): don't uppercase accents and flavors in override #358
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't work since catppuccin/nix supports nixpkgs 24.05 still.
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