aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/by-name/ly/ly/module.nix2
-rw-r--r--modules/by-name/pl/plymouth/module.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/by-name/ly/ly/module.nix b/modules/by-name/ly/ly/module.nix
index 376f6e61..809eb256 100644
--- a/modules/by-name/ly/ly/module.nix
+++ b/modules/by-name/ly/ly/module.nix
@@ -37,7 +37,7 @@ in {
# Stop animations after 10 secs.
animation_timeout_sec = 60;
- animation = "gameoflife";
+ animation = "matrix";
# Clear the password on failure.
clear_password = true;
diff --git a/modules/by-name/pl/plymouth/module.nix b/modules/by-name/pl/plymouth/module.nix
index edfe7547..5e4735b9 100644
--- a/modules/by-name/pl/plymouth/module.nix
+++ b/modules/by-name/pl/plymouth/module.nix
@@ -24,7 +24,7 @@ in {
boot.plymouth = {
enable = true;
- theme = "lone";
+ theme = "rings";
themePackages = [
pkgs.adi1090x-plymouth-themes
];