diff options
Diffstat (limited to 'nix/users/fcuny')
-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; |