-
Notifications
You must be signed in to change notification settings - Fork 61
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
feat(home-manager/hyprland): source theme + accent #80
Conversation
If files are sourced first, would it be possible to implement an accent option that sets Hyprland variables named something like For example, if your accent is red, would the below lines work if the module added them to your Hyprland config?
|
d3f2cdb
to
11a6ab0
Compare
Added that. Currently it's implemented as a second sourced file, as variables are one of the only configuration that gets placed before |
7d0d3cf
to
238a056
Compare
sorry for the wait! it seems this branch has fallen a bit behind and is still stuck with a bug that's been fixed; could this be rebased? |
Since Home Manager defbb9c, Hyprland on Home Manager now sources files before most other configuration, meaning Catppuccin Nix can now source a theme colors file instead of inserting them into the main configuration. In addition, `accent` and `accentAlpha` color variables have been added in a second sourced file.
Done! I also updated the commit description a bit since this is an official Catppuccin repository now. |
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.
so sorry for the long wait. thanks so much!
Since Home Manager defbb9c, Hyprland on Home Manager now sources files before most other configuration, meaning ctp-nix can now source a theme colors file instead of inserting them into the main configuration. In addition, accent and accentAlpha color variables have been added in a second sourced file.