feat(nvim): add some packages
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-12 16:16:33 -05:00
parent 395ae79d61
commit 938e0064b6
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@ in {
packages = with pkgs; [ packages = with pkgs; [
gradle gradle
gradle-completion # FIXME: not working gradle-completion # FIXME: not working
maven
alejandra alejandra
]; ];
}; };

View file

@ -24,6 +24,7 @@
imagemagick imagemagick
usbutils usbutils
zip zip
unzip
dig.dnsutils dig.dnsutils
]); ]);
} }