mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01:00
direnv: add troubleshooting to fish integration
This commit is contained in:
parent
02426bb52f
commit
1b03a8ab7a
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue