Draft: modules #1

Draft
pleshevskiy wants to merge 15 commits from modules into main
Showing only changes of commit d3e0b8c0d9 - Show all commits

View file

@ -310,17 +310,10 @@
full = fullNeovim; full = fullNeovim;
minimal = minimalNeovim; minimal = minimalNeovim;
}; };
mkApp = drv: {
type = "app";
program = "${drv}/bin/nvim";
};
in in
{ {
inherit packages; inherit packages;
apps = mapAttrs (name: mkApp) packages;
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
packages = [ packages = [
pkgs.stylua # lua formatter pkgs.stylua # lua formatter