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;
minimal = minimalNeovim;
};
mkApp = drv: {
type = "app";
program = "${drv}/bin/nvim";
};
in
{
inherit packages;
apps = mapAttrs (name: mkApp) packages;
devShells.default = pkgs.mkShell {
packages = [
pkgs.stylua # lua formatter