modules: add meta.mainProgram to symlinkJoined Neovim wrapper

This commit is contained in:
NotAShelf 2024-07-20 16:55:56 +03:00
parent 8b15271f63
commit 2b8d0af2e6
No known key found for this signature in database
GPG Key ID: AF26552424E53993
1 changed files with 5 additions and 0 deletions

View File

@ -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";
};
};
}