From 32616dbb8d3c56b37de46ea54165b94fb6471dc4 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 17 Feb 2026 18:34:44 -0700 Subject: [PATCH] Disable auto update for Zed --- modules/home/zed.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/zed.nix b/modules/home/zed.nix index c3efd42..f77a8ac 100644 --- a/modules/home/zed.nix +++ b/modules/home/zed.nix @@ -21,6 +21,7 @@ ]; userSettings = { + auto_update = false; icon_theme = "Catppuccin Macchiato"; title_bar = { show_sign_in = false;