feat(sddm): use cattpuccin

This commit is contained in:
2025-08-09 20:14:31 +08:00
parent e1e3e96626
commit 90cd4bdd84
4 changed files with 38 additions and 6 deletions

View File

@@ -12,6 +12,19 @@ lib.my.makeSwitch {
"style"
];
config' = {
catppuccin.sddm = {
enable = true;
font = "Jetbrains Mono";
fontSize = "18";
};
services.displayManager.sddm = {
package = pkgs.kdePackages.sddm;
settings.Theme = {
CursorTheme = "breeze-dark";
CursorSize = 24;
};
};
my.home = {
stylix = {
enable = true;