Skip to content

Conversation

@HeitorAugustoLN
Copy link
Member

Moving catppuccin/where-is-my-sddm-theme nix resources into catppuccin/nix (catppuccin/palette#97 (comment))

@HeitorAugustoLN HeitorAugustoLN force-pushed the where-is-my-sddm-theme branch 3 times, most recently from c2aad6d to ea97d1e Compare April 10, 2025 22:56
@HeitorAugustoLN HeitorAugustoLN force-pushed the where-is-my-sddm-theme branch from ea97d1e to 8967283 Compare April 11, 2025 16:00
@isabelroses isabelroses force-pushed the where-is-my-sddm-theme branch from 8967283 to 713a158 Compare April 12, 2025 09:03
@isabelroses
Copy link
Member

This will currently error on the fact that services.displayManager.sddm.theme has 2 values. So we need to find a good way to avoid this. A simple solution would be to remove where-is-my-sddm-theme from the default enable.

{
options.catppuccin.where-is-my-sddm-theme =
catppuccinLib.mkCatppuccinOption {
name = "where-is-my-sddm-theme";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

@HeitorAugustoLN HeitorAugustoLN force-pushed the where-is-my-sddm-theme branch 3 times, most recently from a59e4b0 to 69289d9 Compare April 26, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants