fix(man): enable at system-level

This commit is contained in:
Barrett Ruth 2026-02-18 11:06:01 -05:00
parent 0a27f82289
commit e5a9ff2caf
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 5 additions and 2 deletions

View file

@ -45,6 +45,11 @@ in
services.automatic-timezoned.enable = true;
services.geoclue2.enable = true;
services.pcscd.enable = true;
documentation.man = {
enable = true;
generateCaches = true;
};
i18n.defaultLocale = "en_US.UTF-8";
security.pam.services.hyprlock = { };