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 = { sddm = {
enable = true; enable = true;
enableHidpi = true; enableHidpi = true;
theme = "catppuccin-mocha"; theme = "catppuccin-macchiato";
}; };
}; };
}; };
environment = { environment = {
systemPackages = [ systemPackages = [
(pkgs.catppuccin-sddm.override { (pkgs.catppuccin-sddm.override {
flavor = "mocha"; flavor = "macchiato";
font = "${fonts.names.name0}"; font = "${fonts.names.name0}";
fontSize = "${toString fonts.sizes.desktop.size0}"; fontSize = "${toString fonts.sizes.desktop.size0}";
loginBackground = true; loginBackground = true;