nixos-configuration/home/man.nix

7 lines
83 B
Nix

{ ... }: {
programs.man = {
enable = true;
generateCaches = true;
};
}