Started working on guest@euporie
This commit is contained in:
parent
0503a81ee8
commit
230a739327
62 changed files with 188 additions and 135 deletions
home/features/cli
11
home/features/cli/direnv.nix
Normal file
11
home/features/cli/direnv.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
programs.direnv.enable = true;
|
||||
programs.direnv.nix-direnv.enable = true;
|
||||
|
||||
home.sessionVariables = {
|
||||
# No more long command warnings
|
||||
DIRENV_WARN_TIMEOUT = "24h";
|
||||
# No more usesless logs
|
||||
DIRENV_LOG_FORMAT = "";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue