diff options
-rw-r--r-- | home.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -70,4 +70,8 @@ enable = true; enableFishIntegration = true; }; + + programs.fish.interactiveShellInit = '' + set -x DIRENV_LOG_FORMAT "" + ''; } |
index : nixos_home | ||
My NixOS home-manager configuration | Gitolite user |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | home.nix | 4 |
@@ -70,4 +70,8 @@ enable = true; enableFishIntegration = true; }; + + programs.fish.interactiveShellInit = '' + set -x DIRENV_LOG_FORMAT "" + ''; } |