feat: theme updates

This commit is contained in:
2026-04-25 02:09:11 +02:00
parent 343ae79738
commit e374d3eae0
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
plymouth = {
enable = true;
theme = "breeze";
themePackages = [ pkgs.kdePackages.breeze-plymouth ];
theme = "spinner_alt";
themePackages = [ pkgs.adi1090x-plymouth-themes ];
};
};
};
+3 -1
View File
@@ -10,7 +10,9 @@
enableHidpi = true;
wayland.enable = true;
wayland.compositor = "kwin";
theme = "${pkgs.sddm-astronaut}/share/sddm/themes/sddm-astronaut-theme";
theme = "${
pkgs.sddm-astronaut.override { embeddedTheme = "purple_leaves"; }
}/share/sddm/themes/sddm-astronaut-theme";
extraPackages = with pkgs; [
kdePackages.qtmultimedia
];