chore: upgrade 25.11

This commit is contained in:
2025-11-30 19:35:10 -05:00
parent e804894036
commit 23a871a1c9
8 changed files with 48 additions and 61 deletions

View File

@@ -17,7 +17,8 @@ in
sddm = {
inherit (cfg) enable;
package = pkgs.kdePackages.sddm;
theme = "catppuccin-mocha";
#theme = "catppuccin-mocha"; # https://github.com/nixos/nixpkgs/issues/434963
theme = "breeze";
wayland.enable = true;
};
};