From 8bc7e495af42c778143771179d23312f8ff7a3c8 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 30 Aug 2025 22:19:33 +1000 Subject: dev: better direnv Override caelestia command with dev version instead of using ./run.sh Allows completions to work --- .envrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.envrc') diff --git a/.envrc b/.envrc index 3550a30..612703d 100644 --- a/.envrc +++ b/.envrc @@ -1 +1,5 @@ -use flake +if has nix; then + use flake +fi + +PATH_add bin -- cgit v1.2.3-freya