Files
nix-dotfiles/home/programs/man.nix
2025-06-04 12:01:57 +02:00

7 lines
64 B
Nix

{ ... }:
{
programs.man = {
generateCaches = true;
};
}