1
mirror of https://github.com/wlcx/home.git synced 2025-12-10 12:33:45 +00:00

direnv: increase warning time

This commit is contained in:
Sam W 2024-10-04 00:54:10 +01:00
parent d90384b2de
commit b15ba6c14c

View File

@ -95,6 +95,7 @@ in
direnv = { direnv = {
enable = true; enable = true;
nix-direnv.enable = true; nix-direnv.enable = true;
config.global.warn_timeout = "30s";
}; };
fzf = { fzf = {