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 12004cc commit 0b4c9d9
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 0b4c9d9

Please sign in to comment.