diff options
Diffstat (limited to 'packages.nix')
| -rw-r--r-- | packages.nix | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/packages.nix b/packages.nix index 8e90f48..ef7a723 100644 --- a/packages.nix +++ b/packages.nix @@ -18,10 +18,19 @@ let ripgrep ctags fzf + git - nodejs-15_x yarn + + nodejs-15_x python3 + rustup + ghc + + rnix-lsp + ccls + haskell-language-server + # nodePackages.bash-language-server ]; apps = with pkgs; [ |
