direnv: add troubleshooting to fish integration

This commit is contained in:
Jakob Leifhelm
2021-10-26 12:41:10 +02:00
committed by Robert Helgesson
parent 02426bb52f
commit 1b03a8ab7a

View File

@@ -72,7 +72,11 @@ in {
description = ''
Whether to enable Fish integration. Note, enabling the direnv module
will always active its functionality for Fish since the direnv package
automatically gets loaded in Fish.
automatically gets loaded in Fish. If this is not the case try adding
<programlisting language="nix">
environment.pathsToLink = [ "/share/fish" ];
</programlisting>
to the system configuration.
'';
};