preinstall extensions
This commit is contained in:
parent
1b40da95a7
commit
2890b8b503
1 changed files with 8 additions and 1 deletions
|
|
@ -2,7 +2,14 @@
|
|||
programs.zed-editor = {
|
||||
enable = true;
|
||||
package = pkgs.zed-editor;
|
||||
extensions = [ "nix" ];
|
||||
extensions = [
|
||||
"html" "html-snippets"
|
||||
"svelte" "svelte-snippets"
|
||||
"wakatime" "discord-presence"
|
||||
"catppuccin" "catppuccin-icons"
|
||||
"git-firefly"
|
||||
"nix"
|
||||
];
|
||||
userSettings = {
|
||||
format_on_save = "off";
|
||||
vim_mode = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue