feat: add lazyVim package output
This commit is contained in:
@@ -31,10 +31,12 @@
|
|||||||
overlays = [overlayFlakeInputs overlayLazyVim];
|
overlays = [overlayFlakeInputs overlayLazyVim];
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
packages.default = pkgs.lazyVim;
|
packages.lazyVim = pkgs.lazyVim;
|
||||||
apps.default = {
|
apps.lazyVim = {
|
||||||
type = "app";
|
type = "app";
|
||||||
program = "${packages.default}/bin/nvim";
|
program = "${packages.default}/bin/nvim";
|
||||||
};
|
};
|
||||||
|
packages.default = packages.lazyVim;
|
||||||
|
apps.default = apps.lazyVim;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user