From 3a5934592261aa171b3756d93b97fb20581293bc Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Sat, 30 May 2026 15:37:30 +0200 Subject: chore(plymouth): change theme to breeze --- modules/system/plymouth.nix | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/modules/system/plymouth.nix b/modules/system/plymouth.nix index 17ccddc..f184624 100644 --- a/modules/system/plymouth.nix +++ b/modules/system/plymouth.nix @@ -1,6 +1,6 @@ { flake.modules.nixos.plymouth = - { lib, pkgs, ... }: + { pkgs, ... }: { boot = { # Show password prompt for encrypted root @@ -9,21 +9,22 @@ loader.systemd-boot.consoleMode = "max"; plymouth = { enable = true; - theme = "loader_2"; + theme = "breeze"; themePackages = with pkgs; [ - (adi1090x-plymouth-themes.override { - selected_themes = [ - #"lone" - #"red_loader" - #"cuts_alt" - #"abstract_ring_alt" - "loader_2" - #"sliced" - #"spinner_alt" - #"sphere" - #"loader" - ]; - }) + #(adi1090x-plymouth-themes.override { + #selected_themes = [ + #"lone" + #"red_loader" + #"cuts_alt" + #"abstract_ring_alt" + #"loader_2" + #"sliced" + #"spinner_alt" + #"sphere" + #"loader" + #]; + #}) + kdePackages.breeze-plymouth ]; }; }; -- cgit v1.3.1