man: install man
, not man-db
This may help with installing on Darwin.
This commit is contained in:
parent
bc40ab378c
commit
335cffe9a9
|
@ -16,7 +16,7 @@ with lib;
|
|||
};
|
||||
|
||||
config = mkIf config.programs.man.enable {
|
||||
home.packages = [ pkgs.man-db ];
|
||||
home.packages = [ pkgs.man ];
|
||||
home.extraOutputsToInstall = [ "man" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue