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