fix: sddm theme
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user