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