diff options
| -rw-r--r-- | modules/home/zed.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/home/zed.nix b/modules/home/zed.nix index b8f08a5..940001e 100644 --- a/modules/home/zed.nix +++ b/modules/home/zed.nix @@ -37,8 +37,7 @@ in vim_mode = true; load_direnv = "shell_hook"; # load direnv through shell - auto_update = false; - auto_install_extensions = { }; + auto_update = true; # necessary for extension auto-install # ii. pretties |
