From b3a0e2914bfb35ab5fa614e28f9d1bd14a4eb94b Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Sat, 2 May 2026 23:58:05 +0200 Subject: [PATCH] dm matrix --- system-modules/dm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;