From e374d3eae0336c7b0c84fec1a8f2d16b277397e7 Mon Sep 17 00:00:00 2001 From: Jelle Spreeuwenberg Date: Sat, 25 Apr 2026 02:09:11 +0200 Subject: [PATCH] feat: theme updates --- modules/features/plymouth.nix | 4 ++-- modules/features/sddm.nix | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/features/plymouth.nix b/modules/features/plymouth.nix index 2bc6073..c541925 100644 --- a/modules/features/plymouth.nix +++ b/modules/features/plymouth.nix @@ -16,8 +16,8 @@ plymouth = { enable = true; - theme = "breeze"; - themePackages = [ pkgs.kdePackages.breeze-plymouth ]; + theme = "spinner_alt"; + themePackages = [ pkgs.adi1090x-plymouth-themes ]; }; }; }; diff --git a/modules/features/sddm.nix b/modules/features/sddm.nix index 7c06092..5be784d 100644 --- a/modules/features/sddm.nix +++ b/modules/features/sddm.nix @@ -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 ];