2025-03-07 11:27:13 -05:00

12 lines
93 B
Nix

{
pkgs,
config,
...
}: {
programs = {
man = {
enable = true;
};
};
}