mirror of
https://github.com/davegallant/nix-config
synced 2025-10-03 14:26:02 +00:00
Add zed extensions
This commit is contained in:
13
home.nix
13
home.nix
@@ -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";
|
||||
};
|
||||
|
Reference in New Issue
Block a user