From a16199f9c7aded2841784c070f1d0a3753076d09 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 2 Jun 2025 18:54:24 +0200 Subject: deps: update to NixOS 25.05 --- user/zed/settings.json | 4 ++-- user/zsh/zshrc-workstation.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'user') diff --git a/user/zed/settings.json b/user/zed/settings.json index 6e6d8b2..27b415c 100644 --- a/user/zed/settings.json +++ b/user/zed/settings.json @@ -58,7 +58,7 @@ "features": { "edit_prediction_provider": "none" }, - "assistant": { + "agent": { "enabled": false, "version": "2" }, @@ -67,7 +67,7 @@ "button": false }, "chat_panel": { - "button": false + "button": "never" }, "notification_panel": { "button": false diff --git a/user/zsh/zshrc-workstation.sh b/user/zsh/zshrc-workstation.sh index 6e1e02f..e027208 100644 --- a/user/zsh/zshrc-workstation.sh +++ b/user/zsh/zshrc-workstation.sh @@ -2,6 +2,7 @@ ## Aliases alias code='codium' +alias zed=zeditor alias tokei='tokei -s code -n commas' ## Environment variables -- cgit v1.2.3