add required deps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user