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