mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
wrappers: add nixvim-print-init package
This commit is contained in:
parent
032f697da6
commit
45d788bdd9
5 changed files with 44 additions and 5 deletions
|
@ -38,7 +38,10 @@ in {
|
|||
(mkMerge [
|
||||
{
|
||||
environment.systemPackages =
|
||||
[cfg.finalPackage]
|
||||
[
|
||||
cfg.finalPackage
|
||||
cfg.printInitPackage
|
||||
]
|
||||
++ (lib.optional cfg.enableMan self.packages.${pkgs.system}.man-docs);
|
||||
}
|
||||
(mkIf (!cfg.wrapRc) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue