add required deps

This commit is contained in:
2023-04-04 17:39:16 +03:00
parent 145a8ea2d1
commit 55252bf898

View File

@@ -28,8 +28,7 @@
in in
f [] attrList; f [] attrList;
in rec { in rec {
dependencies = with pkgs; dependencies = with pkgs; [
[
ripgrep ripgrep
zsh # terminal requires it zsh # terminal requires it
git git
@@ -46,6 +45,8 @@
nodePackages.bash-language-server # bash lsp nodePackages.bash-language-server # bash lsp
python310Packages.python-lsp-server # todo: is specifying 310 an issue? python310Packages.python-lsp-server # todo: is specifying 310 an issue?
alejandra # nix formatter alternative alejandra # nix formatter alternative
statix # linter for nix
vale # linter for prose
]; ];
neovim-augmented = recursiveMerge [ neovim-augmented = recursiveMerge [
pkgs.neovim-unwrapped pkgs.neovim-unwrapped