Skip to content

Commit

Permalink
modules: add meta.mainProgram to symlinkJoined Neovim wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Jul 20, 2024
1 parent 8b15271 commit 2b8d0af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};
}

0 comments on commit 2b8d0af

Please sign in to comment.