mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-13 00:47:19 +00:00
Add man
This commit is contained in:
parent
d36850d6e0
commit
a9f63af7c0
|
@ -3,5 +3,6 @@ _: {
|
||||||
./git
|
./git
|
||||||
./gpg.nix
|
./gpg.nix
|
||||||
./eza.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