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