1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 21:13:33 +02:00

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
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

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.
'';
};