mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +00:00
Add man
This commit is contained in:
parent
d36850d6e0
commit
a9f63af7c0
|
@ -3,5 +3,6 @@ _: {
|
|||
./git
|
||||
./gpg.nix
|
||||
./eza.nix
|
||||
./man.nix
|
||||
];
|
||||
}
|
||||
|
|
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…
Reference in a new issue