added nice neovim configuratons

This commit is contained in:
ISnortPennies 2022-08-12 18:21:08 -04:00
parent 92a800c118
commit 5513491697
4 changed files with 65 additions and 24 deletions

View file

@ -5,7 +5,6 @@ environment.systemPackages = with pkgs; [
htop #view tasks
efibootmgr #efi editor
maim #screenshooter
curlFull
#lightm stuff
lightdm
lightdm-mini-greeter
@ -42,7 +41,7 @@ environment.systemPackages = with pkgs; [
polkit_fix
#for thunar root
qsudo
gcc #for neovim tree-sitter
nix-tree
];
}