mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 02:10:43 +00:00
Add man
This commit is contained in:
parent
d36850d6e0
commit
a9f63af7c0
2 changed files with 7 additions and 0 deletions
6
home/programs/terminal/tools/man.nix
Normal file
6
home/programs/terminal/tools/man.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
programs.man = {
|
||||
enable = true;
|
||||
generateCaches = true; # slows down rebuilds
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue