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