nix-dotfiles/modules/hm/man.nix
2023-07-19 10:42:09 +01:00

6 lines
76 B
Nix

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