about summary refs log tree commit diff
path: root/nix/users/fcuny
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-16 11:50:56 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-16 11:50:56 -0800
commitab6fa2e7383448daebec9de685b52954692247c1 (patch)
treedb84204313f5ea3af0b7f0eb5afd6410fdf90570 /nix/users/fcuny
parentconfigure the git email correctly (diff)
downloadworld-ab6fa2e7383448daebec9de685b52954692247c1.tar.gz
enable fish integration for direnv
Diffstat (limited to 'nix/users/fcuny')
-rw-r--r--nix/users/fcuny/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix
index bfedc45..cdc393d 100644
--- a/nix/users/fcuny/shell.nix
+++ b/nix/users/fcuny/shell.nix
@@ -80,6 +80,7 @@ in {
     enable = true;
     nix-direnv.enable = true;
     enableZshIntegration = true;
+    enableFishIntegration = true;
     config = {
       global.disable_stdin = true;
       global.strict_env = true;