Add zed extensions

This commit is contained in:
2025-09-12 21:45:27 -04:00
parent 1053bbc407
commit 280b267f2c

View File

@@ -440,7 +440,20 @@ in
zed-editor = {
enable = true;
package = unstable.zed-editor;
extensions = [
"ansible"
"color-highlight"
"dockerfile"
"material-icon-theme"
"html"
"make"
"nix"
"vue"
"toml"
];
userSettings = {
icon_theme = "Material Icon Theme";
theme = "Base16 Tokyo Night Dark";
features = {
edit_prediction_provider = "copilot";
};