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
|
inherit
|
||||||
(pkgs)
|
(pkgs)
|
||||||
calc # Calculator device
|
calc # Calculator device
|
||||||
coreutils-full # All of the GNU coreutils
|
# coreutils-full # All of the GNU coreutils
|
||||||
curl # I sometimes need to curl stuff
|
curl # I sometimes need to curl stuff
|
||||||
git # take a guess
|
git # take a guess
|
||||||
inetutils # internet stuff I need/want on every system.
|
inetutils # internet stuff I need/want on every system.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
documentation = {
|
documentation = {
|
||||||
# whether to enable the `doc` output of packages
|
# whether to enable the `doc` output of packages
|
||||||
# generally in ${pkg}/share/ as plaintext or html
|
# generally in ${pkg}/share/ as plaintext or html
|
||||||
# # can shave off a few megabytes
|
# can shave off a few megabytes
|
||||||
doc.enable = false;
|
doc.enable = false;
|
||||||
|
|
||||||
# whether to install the `info` command and the `info`
|
# whether to install the `info` command and the `info`
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
generateCaches = false;
|
generateCaches = false;
|
||||||
|
|
||||||
# Whether to enable mandoc as the default man page viewer.
|
# 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