diff options
Diffstat (limited to 'modules/system')
| -rw-r--r-- | modules/system/plymouth.nix | 31 |
1 files 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 ]; }; }; |
