feat(sddm): use cattpuccin
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user