fix: sddm theme

This commit is contained in:
2026-01-07 12:04:41 -05:00
parent 0b01da43b8
commit 1fe9396284

View File

@@ -1,4 +1,9 @@
{ config, lib, pkgs, namespace, ... }:
{ config
, lib
, pkgs
, namespace
, ...
}:
let
inherit (lib) mkIf types;
inherit (lib.${namespace}) mkOpt;
@@ -17,8 +22,7 @@ in
sddm = {
inherit (cfg) enable;
package = pkgs.kdePackages.sddm;
#theme = "catppuccin-mocha"; # https://github.com/nixos/nixpkgs/issues/434963
theme = "breeze";
theme = "catppuccin-mocha-mauve";
wayland.enable = true;
};
};