This commit is contained in:
Bryan Ramos 2024-05-11 15:20:40 -04:00
parent 89a5242da4
commit 9de3bbf0ec
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
3 changed files with 5 additions and 5 deletions

View file

@ -30,5 +30,9 @@ in
nix-direnv.enable = true;
};
};
home.sessionVariables = {
DIRENV_LOG_FORMAT = " ";
};
};
}