zellij/.envrc
a-kenji a25fd88dbb
add(nix): lorri integration (#1200)
Check, if direnv supports lorri, if not run
`use_flake` directly from direnv.
2022-03-10 15:48:55 +01:00

6 lines
87 B
Plaintext

if command -v lorri >/dev/null 2>&1; then
eval "$(lorri direnv)"
else
use flake
fi