nix-dotfiles/hm/modules/man.nix
2025-09-08 11:36:45 +02:00

6 lines
76 B
Nix

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