catppuccin / nix

❄️ Soothing pastel theme for Nix
https://nix.catppuccin.com/
MIT License
304 stars 47 forks source link

fix(nixos): sddm package not being installed #194

Closed Weathercold closed 1 month ago

Weathercold commented 1 month ago

Never use attrset merge operator with mk* attrsets since the right hand attrset overrides the left

Fixes #192

Weathercold commented 1 month ago

It seems that aef56729 tries to install the theme package for all versions, but set the theme only if >= 24.05. However, since the options are only made accessible if >= 24.05, there's no way to enable sddm theming at all on older versions, so I changed the module to not enable config on older versions