about summary refs log tree commit diff stats
path: root/modules/by-name
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-19 20:54:40 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-19 20:54:40 +0100
commit3a95c186be8d45c88c7c5dc0cd47a2997aa0f725 (patch)
tree58f7b48558267b4cf171c8e347a5b93c3ae877e2 /modules/by-name
parentmodules/nvim/plgs/lsp/zls: Enable (diff)
downloadnixos-config-3a95c186be8d45c88c7c5dc0cd47a2997aa0f725.zip
modules/ly: Use a more modest animation
Diffstat (limited to '')
-rw-r--r--modules/by-name/ly/ly/module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/ly/ly/module.nix b/modules/by-name/ly/ly/module.nix
index dc0fe5a1..77bcda4f 100644
--- a/modules/by-name/ly/ly/module.nix
+++ b/modules/by-name/ly/ly/module.nix
@@ -74,7 +74,7 @@ in {
         # Stop animations after 10 secs.
         animation_timeout_sec = 60;
 
-        animation = "matrix";
+        animation = "colormix";
 
         custom_sessions = "${customSessionsDir}";