6 lines
96 B
Nix
6 lines
96 B
Nix
{
|
|
programs.man = {
|
|
enable = true;
|
|
generateCaches = true; # slows down rebuilds
|
|
};
|
|
}
|