config/systems/desktop/man.nix

7 lines
79 B
Nix
Raw Permalink Normal View History

2024-09-15 12:56:25 +01:00
{
documentation.man = {
enable = true;
generateCaches = true;
};
}