mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
dim the direnv output
This commit is contained in:
parent
ec58278c35
commit
1efd9b8972
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ in {
|
|||
options.cli.enable = mkEnableOption "cli";
|
||||
config = mkIf cfg.enable {
|
||||
programs.direnv.enable = true;
|
||||
environment.sessionVariables = {
|
||||
DIRENV_LOG_FORMAT = "[2mdirenv: %s[0m";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
chezmoi
|
||||
zoxide
|
||||
|
|
Loading…
Reference in a new issue