diff --git a/system-modules/dm.nix b/system-modules/dm.nix index 8860160..fcdd1a7 100644 --- a/system-modules/dm.nix +++ b/system-modules/dm.nix @@ -17,7 +17,8 @@ package = pkgs.ly; settings = with rice.color; let h = rice.lib.nohash; in { allow_empty_password = false; - animation = "matrix"; + # animation = "matrix"; + animation = "gameoflife"; animation_timeout_sec = 0; # forever asterisk = "*"; auth_fails = 10;