diff options
| author | Mel <mel@rnrd.eu> | 2025-07-20 00:23:53 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-20 00:23:53 +0200 |
| commit | 392ad01b2bd4d18070334b3972853f3c201bf657 (patch) | |
| tree | df3978aaa2081b1205d35cad955acf1d0c6953d1 /modules/home | |
| parent | 4490c7b93f1de2ffb21a55f493093540ab667690 (diff) | |
| download | minerals-392ad01b2bd4d18070334b3972853f3c201bf657.tar.zst minerals-392ad01b2bd4d18070334b3972853f3c201bf657.zip | |
Turn on `auto_update` for Zed to install extensions on startup
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/home')
| -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 |
