wrappers: add nixvim-print-init package

This commit is contained in:
Gaetan Lepage 2023-12-07 13:40:40 +01:00 committed by Gaétan Lepage
parent 032f697da6
commit 45d788bdd9
5 changed files with 44 additions and 5 deletions

View file

@ -33,7 +33,10 @@ in
pkgs.symlinkJoin {
name = "nixvim";
paths =
[config.finalPackage]
[
config.finalPackage
config.printInitPackage
]
++ pkgs.lib.optional config.enableMan self.packages.${pkgs.system}.man-docs;
meta.mainProgram = "nvim";
}