From 80383d7c94b46bfd0f27f8ca45fbe1dbb2f08384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Tue, 2 Apr 2024 19:38:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(home/shell)=20direnv=20fish=20i?= =?UTF-8?q?ntegration=20is=20enabled=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/shell/direnv.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/shell/direnv.nix b/home/shell/direnv.nix index 7f21f6a..3a7b8ad 100644 --- a/home/shell/direnv.nix +++ b/home/shell/direnv.nix @@ -1,7 +1,6 @@ {...}: { programs.direnv = { enable = true; - enableFishIntegration = true; nix-direnv.enable = true; }; }