From 4ffce27cddc9327486e1bbe29479c2150c87b057 Mon Sep 17 00:00:00 2001 From: rope Date: Thu, 21 May 2026 09:18:26 +0100 Subject: [PATCH] ly: disable gameoflife animation Co-Authored-By: Claude Opus 4.6 --- settings/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/desktop.nix b/settings/desktop.nix index 062eff5..16c4dec 100644 --- a/settings/desktop.nix +++ b/settings/desktop.nix @@ -9,7 +9,7 @@ boot.kernelParams = [ "quiet" ]; services.displayManager.ly.settings = { - animation = "gameoflife"; + animation = "none"; bigclock = true; };