feat: replace vscode with zed-editor (#263)

* feat: replace vscode with zed-editor
* docs: helix
This commit is contained in:
Ryan Yin
2026-06-04 23:20:59 +08:00
committed by GitHub
parent 008bc8857b
commit cfc192afc4
10 changed files with 113 additions and 64 deletions
-19
View File
@@ -1,19 +0,0 @@
{
lib,
pkgs-master,
...
}:
{
programs.vscode = {
enable = true;
package = pkgs-master.vscode.override {
commandLineArgs = [
# https://code.visualstudio.com/docs/configure/settings-sync#_recommended-configure-the-keyring-to-use-with-vs-code
# For use with any package that implements the Secret Service API
# (for example gnome-keyring, kwallet5, KeepassXC)
"--password-store=gnome-libsecret"
];
};
};
}