nix-dotfiles/modules/man.nix
2021-05-21 22:30:33 +02:00

5 lines
47 B
Nix

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