about summary refs log tree commit diff stats
path: root/modules/by-name/ly
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-13 03:18:23 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-13 03:18:23 +0100
commit8e3482a7138983ee1d93f931eeb32bde0aaa5383 (patch)
treeed979c123aba9218ddcf37fbd49f4d4677695535 /modules/by-name/ly
parentmodules/ly: Don't enable for the nixos_shell (diff)
downloadnixos-config-8e3482a7138983ee1d93f931eeb32bde0aaa5383.zip
modules/{plymouth,ly}: Use better animations
Diffstat (limited to '')
-rw-r--r--modules/by-name/ly/ly/module.nix2
1 files changed, 1 insertions, 1 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;