From 1b03a8ab7af9385b70b7d7c319c4a31a58c5cfa5 Mon Sep 17 00:00:00 2001 From: Jakob Leifhelm Date: Tue, 26 Oct 2021 12:41:10 +0200 Subject: [PATCH] direnv: add troubleshooting to fish integration --- modules/programs/direnv.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/programs/direnv.nix b/modules/programs/direnv.nix index 5220aaa1..8afeeb49 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. ''; };