Add packages for neovim
This commit is contained in:
parent
bcf07feb51
commit
57f1266608
|
@ -7,7 +7,7 @@
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./private
|
./private
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./boot-config.nix
|
./boot-config.nix
|
||||||
./packages.nix
|
./packages.nix
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue