fix(shared/nixos): correct the theme for sddm
This commit is contained in:
parent
35cfddad0d
commit
0be80b206a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
theme = "catppuccin-frappe";
|
||||
theme = "catppuccin-frappe-mauve";
|
||||
package = pkgs.kdePackages.sddm;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue