diff --git a/modules/config/system-path.nix b/modules/config/system-path.nix index e42f491afcf..b8fcf960209 100644 --- a/modules/config/system-path.nix +++ b/modules/config/system-path.nix @@ -132,6 +132,7 @@ in "/sbin" "/share/emacs" "/share/info" + "/share/terminfo" "/share/man" ]; }