aboutsummaryrefslogtreecommitdiff
path: root/nix
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
parentconfigure the git email correctly (diff)
downloadinfra-ab6fa2e7383448daebec9de685b52954692247c1.tar.gz
enable fish integration for direnv
Diffstat (limited to 'nix')
-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;