diff --git a/home-manager/shell.nix b/home-manager/shell.nix index 28a76d0..28429bd 100644 --- a/home-manager/shell.nix +++ b/home-manager/shell.nix @@ -21,6 +21,9 @@ export QT_AUTO_SCREEN_FACTOR=1 export PATH="${common.homeDir}/bin:$PATH" ''; + sessionVariables = { + DIRENV_LOG_FORMAT = ""; + }; initExtra = '' autoload -Uz compinit