add nvim min

This commit is contained in:
iofq 2024-08-16 02:39:48 -05:00
parent 26575fa66e
commit 85f2c16817
7 changed files with 37 additions and 31 deletions

View file

@ -50,6 +50,7 @@
packages = rec {
default = nvim;
nvim = pkgs.nvim-pkg;
nvim-min = pkgs.nvim-min-pkg;
};
devShells = {
default = shell;