From 67ae051efed3045f5404bab7bc624662db15a2a5 Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Tue, 1 Jul 2025 03:38:37 -0700 Subject: [PATCH] fix: disable cursor blink --- nix/modules/zed-editor.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/modules/zed-editor.nix b/nix/modules/zed-editor.nix index 3e55174..7fd4e95 100644 --- a/nix/modules/zed-editor.nix +++ b/nix/modules/zed-editor.nix @@ -31,6 +31,7 @@ git.inline_blame = { enabled = false; }; + cursor_blink = false; theme = { mode = "system"; light = "Rosé Pine";