feat: theme updates
This commit is contained in:
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
plymouth = {
|
plymouth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "breeze";
|
theme = "spinner_alt";
|
||||||
themePackages = [ pkgs.kdePackages.breeze-plymouth ];
|
themePackages = [ pkgs.adi1090x-plymouth-themes ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -10,7 +10,9 @@
|
|||||||
enableHidpi = true;
|
enableHidpi = true;
|
||||||
wayland.enable = true;
|
wayland.enable = true;
|
||||||
wayland.compositor = "kwin";
|
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; [
|
extraPackages = with pkgs; [
|
||||||
kdePackages.qtmultimedia
|
kdePackages.qtmultimedia
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user