direnv: add troubleshooting to fish integration
This commit is contained in:
parent
02426bb52f
commit
1b03a8ab7a
|
@ -72,7 +72,11 @@ in {
|
||||||
description = ''
|
description = ''
|
||||||
Whether to enable Fish integration. Note, enabling the direnv module
|
Whether to enable Fish integration. Note, enabling the direnv module
|
||||||
will always active its functionality for Fish since the direnv package
|
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.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue