diff --git a/modules/config/system-path.nix b/modules/config/system-path.nix index 1bc7ccc2326..80602468869 100644 --- a/modules/config/system-path.nix +++ b/modules/config/system-path.nix @@ -123,5 +123,5 @@ in require = [options]; environment.systemPackages = requiredPackages; - environment.pathsToLink = ["/bin" "/sbin" "/lib" "/share/man" "/share/info" "/man" "/info" "/etc/xdg"]; + environment.pathsToLink = ["/bin" "/sbin" "/lib" "/share/man" "/share/info" "/share/emacs" "/man" "/info" "/etc/xdg"]; }