diff options
| author | Martin Fischer <martin@push-f.com> | 2025-12-11 04:52:47 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2025-12-11 04:52:47 +0100 |
| commit | 4c384b01695c490e816cbe4e22ce186f000991ba (patch) | |
| tree | 6979d6421a34dbafc11e786e421794528b4dd81c /nixos/profiles/common | |
| parent | bf4df2661338744bb9237b64160bf4f008221d49 (diff) | |
fix: enable documentation.man.generateCaches
Diffstat (limited to 'nixos/profiles/common')
| -rw-r--r-- | nixos/profiles/common/basics.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/profiles/common/basics.nix b/nixos/profiles/common/basics.nix index 62ef258..eee0e96 100644 --- a/nixos/profiles/common/basics.nix +++ b/nixos/profiles/common/basics.nix @@ -33,4 +33,7 @@ ZDOTDIR = "${config}/zsh"; }; + + # without this `apropos` doesn't work + documentation.man.generateCaches = true; } |
