diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-16 11:50:56 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-16 11:50:56 -0800 |
commit | ab6fa2e7383448daebec9de685b52954692247c1 (patch) | |
tree | db84204313f5ea3af0b7f0eb5afd6410fdf90570 /nix/users | |
parent | configure the git email correctly (diff) | |
download | world-ab6fa2e7383448daebec9de685b52954692247c1.tar.gz |
enable fish integration for direnv
Diffstat (limited to 'nix/users')
-rw-r--r-- | nix/users/fcuny/shell.nix | 1 |
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; |