mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 18:54:30 +02:00
modules/output: add manDocsPackage
This commit is contained in:
parent
9487403532
commit
8938e09db1
5 changed files with 17 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
self:
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
|
@ -37,7 +36,7 @@ in
|
|||
environment.systemPackages = [
|
||||
cfg.build.package
|
||||
cfg.build.printInitPackage
|
||||
] ++ lib.optional cfg.enableMan self.packages.${pkgs.stdenv.hostPlatform.system}.man-docs;
|
||||
] ++ lib.optional cfg.enableMan cfg.build.manDocsPackage;
|
||||
|
||||
environment.variables = {
|
||||
VIM = mkIf (!cfg.wrapRc) "/etc/nvim";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue