mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
direnv: add troubleshooting to fish integration
This commit is contained in:
committed by
Robert Helgesson
parent
02426bb52f
commit
1b03a8ab7a
@@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user