commit | 06a75b06aa6f42d11e155662208284c9b03dc40c | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Mon Oct 31 00:31:50 2022 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Mon Oct 31 00:31:50 2022 +0000 |
tree | 82c402cb69c724fbe4cfc9d49874f8bf44c7c1cb | |
parent | c45d54c74957d25bb5a27f1f8235cee8b31b77fc [diff] |
Disable the (broken) home-manager manual
diff --git a/modules/manual.nix b/modules/manual.nix new file mode 100644 index 0000000..01b3987 --- /dev/null +++ b/modules/manual.nix
@@ -0,0 +1,3 @@ +{ + home.manual.manpages.enable = false; +}