Add packages for neovim

This commit is contained in:
Artemis Tosini 2020-04-11 21:57:36 +00:00
parent bcf07feb51
commit 57f1266608
Signed by: artemist
GPG key ID: EE5227935FE3FF18
2 changed files with 3 additions and 1 deletions

View file

@ -7,7 +7,7 @@
{ {
imports = imports =
[ [
./private ./private
./hardware-configuration.nix ./hardware-configuration.nix
./boot-config.nix ./boot-config.nix
./packages.nix ./packages.nix

View file

@ -93,6 +93,7 @@ in
bind bind
borgbackup borgbackup
file file
fzf
git-lfs git-lfs
gitAndTools.gitFull gitAndTools.gitFull
htop htop
@ -152,6 +153,7 @@ in
llvm.lld llvm.lld
nasm nasm
patchelf patchelf
python37Packages.python-language-server
rr rr
rustup rustup
valgrind valgrind