From 16ca72ff24504a0476a08bd5583c9c42ae8cf4c4 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 23 Mar 2026 14:25:17 +0100 Subject: [PATCH] ly animation --- system-modules/dm.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;