chore: docs cleanup
This commit is contained in:
parent
1826f85f4d
commit
2b5bfb8e14
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
inherit
|
||||
(pkgs)
|
||||
calc # Calculator device
|
||||
coreutils-full # All of the GNU coreutils
|
||||
# coreutils-full # All of the GNU coreutils
|
||||
curl # I sometimes need to curl stuff
|
||||
git # take a guess
|
||||
inetutils # internet stuff I need/want on every system.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
documentation = {
|
||||
# whether to enable the `doc` output of packages
|
||||
# generally in ${pkg}/share/ as plaintext or html
|
||||
# # can shave off a few megabytes
|
||||
# can shave off a few megabytes
|
||||
doc.enable = false;
|
||||
|
||||
# whether to install the `info` command and the `info`
|
||||
|
@ -22,7 +22,7 @@
|
|||
generateCaches = false;
|
||||
|
||||
# Whether to enable mandoc as the default man page viewer.
|
||||
mandoc.enable = false; # my default manpage viewer is Neovim, so this isn't necessary
|
||||
mandoc.enable = false; # my default manpage viewer is helix, so this isn't necessary
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue