nixos-configuration/home/man.nix

7 lines
83 B
Nix
Raw Permalink Normal View History

2022-02-15 15:44:40 +01:00
{ ... }: {
programs.man = {
enable = true;
generateCaches = true;
};
}