diff --git a/modules/programs/direnv.nix b/modules/programs/direnv.nix index 5220aaa10..8afeeb499 100644 --- a/modules/programs/direnv.nix +++ b/modules/programs/direnv.nix @@ -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 + + environment.pathsToLink = [ "/share/fish" ]; + + to the system configuration. ''; };