1
0
Fork 0

home-manager: disable html,json and man manuals

See: https://github.com/nix-community/home-manager/issues/4879
This commit is contained in:
Pratham Patel 2024-01-11 09:47:04 +05:30
parent dd29708fd2
commit 39be9495cb
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 7 additions and 0 deletions

View File

@ -100,4 +100,11 @@
frequency = "daily";
};
};
manual = {
html.enable = false;
json.enable = false;
manpages.enable = false; # no need to re-enable this, '--help' works
};
news.display = "silent";
}