mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 08:58:31 +00:00
Give direnv another go
This commit is contained in:
parent
f320e7029a
commit
7dc748407a
@ -110,6 +110,7 @@
|
|||||||
|
|
||||||
shellInit = ''
|
shellInit = ''
|
||||||
set PATH "$PATH:/usr/local/texlive/2022/bin/universal-darwin/"
|
set PATH "$PATH:/usr/local/texlive/2022/bin/universal-darwin/"
|
||||||
|
export DIRENV_LOG_FORMAT=
|
||||||
if test "$TERM" != "dumb"
|
if test "$TERM" != "dumb"
|
||||||
track_directories
|
track_directories
|
||||||
end
|
end
|
||||||
@ -133,6 +134,11 @@
|
|||||||
ignores = [ ".dir-locals.el" ".envrc" ".DS_Store" ];
|
ignores = [ ".dir-locals.el" ".envrc" ".DS_Store" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
direnv = {
|
||||||
|
enable = true;
|
||||||
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
mu.enable = true;
|
mu.enable = true;
|
||||||
msmtp.enable = true;
|
msmtp.enable = true;
|
||||||
mbsync.enable = true;
|
mbsync.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user