From 9bdcd6bfecdb06d0557c044dfab1c9fe93ea768d Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 21 May 2024 16:09:54 -0500 Subject: [PATCH] wasn't working in alacritty anyways and hide_env_diff should work somehow... --- modules/development/cli.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/development/cli.nix b/modules/development/cli.nix index 9e89cee..eddd7c6 100644 --- a/modules/development/cli.nix +++ b/modules/development/cli.nix @@ -7,9 +7,6 @@ }: mkDefaultOizysModule config "cli" { programs.direnv.enable = true; - environment.sessionVariables = { - DIRENV_LOG_FORMAT = "direnv: %s"; - }; environment.systemPackages = (with pkgs; [ chezmoi