-
Notifications
You must be signed in to change notification settings - Fork 90
feat(nixos): add support for where-is-my-sddm-theme
#532
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
base: main
Are you sure you want to change the base?
feat(nixos): add support for where-is-my-sddm-theme
#532
Conversation
c2aad6d to
ea97d1e
Compare
ea97d1e to
8967283
Compare
8967283 to
713a158
Compare
|
This will currently error on the fact that |
| { | ||
| options.catppuccin.where-is-my-sddm-theme = | ||
| catppuccinLib.mkCatppuccinOption { | ||
| name = "where-is-my-sddm-theme"; |
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.
| name = "where-is-my-sddm-theme"; | |
| name = "where-is-my-sddm-theme"; | |
| default = config.catppuccin.sddm.enable || config.catppuccin.enable; | |
| defaultText = "config.catppuccin.sddm.enable || config.catppuccin.enable"; |
I think this will fix the conflict with our base SDDM module
a59e4b0 to
69289d9
Compare
69289d9 to
164e9de
Compare
Moving
catppuccin/where-is-my-sddm-themenix resources intocatppuccin/nix(catppuccin/palette#97 (comment))