feat: added sddm theme

This commit is contained in:
Nick 2025-05-12 13:13:17 -05:00
parent 0fd3017e2a
commit 5306278c2e

View file

@ -8,14 +8,14 @@ in
sddm = {
enable = true;
enableHidpi = true;
theme = "catppuccin-mocha";
theme = "catppuccin-macchiato";
};
};
};
environment = {
systemPackages = [
(pkgs.catppuccin-sddm.override {
flavor = "mocha";
flavor = "macchiato";
font = "${fonts.names.name0}";
fontSize = "${toString fonts.sizes.desktop.size0}";
loginBackground = true;