From 1efd9b897220f17876ceeab0bddab5ee6f8fc796 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 29 Jan 2024 08:45:23 -0600 Subject: [PATCH] dim the direnv output --- modules/development/cli.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/development/cli.nix b/modules/development/cli.nix index 4cbf8c4..153ad14 100644 --- a/modules/development/cli.nix +++ b/modules/development/cli.nix @@ -10,6 +10,10 @@ in { options.cli.enable = mkEnableOption "cli"; config = mkIf cfg.enable { programs.direnv.enable = true; + environment.sessionVariables = { + DIRENV_LOG_FORMAT = "direnv: %s"; + }; + environment.systemPackages = with pkgs; [ chezmoi zoxide