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 = ''
|
||||
set PATH "$PATH:/usr/local/texlive/2022/bin/universal-darwin/"
|
||||
export DIRENV_LOG_FORMAT=
|
||||
if test "$TERM" != "dumb"
|
||||
track_directories
|
||||
end
|
||||
@ -133,6 +134,11 @@
|
||||
ignores = [ ".dir-locals.el" ".envrc" ".DS_Store" ];
|
||||
};
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
mu.enable = true;
|
||||
msmtp.enable = true;
|
||||
mbsync.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user