Update helix configuration

This commit is contained in:
Filippo Berto 2022-12-22 16:16:29 +01:00
parent 7e8f96585c
commit 2d5a12eba0
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
6 changed files with 59 additions and 36 deletions

View file

@ -0,0 +1,6 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
nodePackages.vscode-langservers-extracted
yaml-language-server
];
}