diff --git a/modules/default.nix b/modules/default.nix index 2099749..14c41c9 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -130,5 +130,10 @@ in { name = "nvf-with-helpers"; paths = [neovim-wrapped printConfig printConfigPath]; postBuild = "echo helpers added"; + + meta = { + description = "Wrapped version of Neovim with additional helper scripts"; + mainProgram = "nvim"; + }; }; }