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

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