mirror of
https://github.com/davegallant/nix-config
synced 2025-10-03 22:46:00 +00:00
Add zed extensions
This commit is contained in:
13
home.nix
13
home.nix
@@ -440,7 +440,20 @@ in
|
|||||||
zed-editor = {
|
zed-editor = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = unstable.zed-editor;
|
package = unstable.zed-editor;
|
||||||
|
extensions = [
|
||||||
|
"ansible"
|
||||||
|
"color-highlight"
|
||||||
|
"dockerfile"
|
||||||
|
"material-icon-theme"
|
||||||
|
"html"
|
||||||
|
"make"
|
||||||
|
"nix"
|
||||||
|
"vue"
|
||||||
|
"toml"
|
||||||
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
|
icon_theme = "Material Icon Theme";
|
||||||
|
theme = "Base16 Tokyo Night Dark";
|
||||||
features = {
|
features = {
|
||||||
edit_prediction_provider = "copilot";
|
edit_prediction_provider = "copilot";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user