diff --git a/modules/programs/direnv.nix b/modules/programs/direnv.nix index 73d9ad16..fdcf048c 100644 --- a/modules/programs/direnv.nix +++ b/modules/programs/direnv.nix @@ -75,25 +75,7 @@ in enableBashIntegration = lib.hm.shell.mkBashIntegrationOption { inherit config; }; - enableFishIntegration = - lib.hm.shell.mkFishIntegrationOption { - inherit config; - extraDescription = '' - Note, enabling the direnv module will always activate its functionality - for Fish since the direnv package automatically gets loaded in Fish. - If this is not the case try adding - - ```nix - environment.pathsToLink = [ "/share/fish" ]; - ``` - - to the system configuration. - ''; - } - // { - default = true; - readOnly = true; - }; + enableFishIntegration = lib.hm.shell.mkFishIntegrationOption { inherit config; }; enableNushellIntegration = lib.hm.shell.mkNushellIntegrationOption { inherit config; };