chore: docs cleanup

This commit is contained in:
Bloxx12 2025-05-12 10:53:19 +02:00
commit 2b5bfb8e14
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
2 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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
}; };
}; };
} }