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
+7
View File
@@ -11,6 +11,13 @@ in
modules.desktop.niri.enable = true;
modules.desktop.nvidia.enable = true;
programs.zed-editor.userSettings = {
ui_font_size = 19.0;
buffer_font_size = 17.0;
agent_ui_font_size = 19.0;
agent_buffer_font_size = 18.0;
};
xdg.configFile."niri/niri-hardware.kdl".source =
mkSymlink "${config.home.homeDirectory}/nix-config/hosts/idols-ai/niri-hardware.kdl";
}