fix(shared/nixos): correct the theme for sddm

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-10-10 23:38:12 -03:00
parent 35cfddad0d
commit 0be80b206a
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -8,7 +8,7 @@
services.displayManager.sddm = {
enable = true;
wayland.enable = true;
theme = "catppuccin-frappe";
theme = "catppuccin-frappe-mauve";
package = pkgs.kdePackages.sddm;
};