This commit is contained in:
parent
95739ba1f9
commit
e70f04a451
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
enable = true;
|
||||
extensions = [
|
||||
"nix"
|
||||
"cspell"
|
||||
"typos"
|
||||
"latex"
|
||||
"sql"
|
||||
"toml"
|
||||
|
@ -21,8 +21,9 @@
|
|||
];
|
||||
extraPackages = with pkgs; [
|
||||
nixd
|
||||
nodePackages.cspell
|
||||
direnv
|
||||
typos
|
||||
typos-lsp
|
||||
];
|
||||
userSettings = lib.importJSON ./zed-editor/settings.json;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue