diff --git a/home-manager/shared/shell/helix/default.nix b/home-manager/shared/shell/helix/default.nix index 0362579..1222c51 100644 --- a/home-manager/shared/shell/helix/default.nix +++ b/home-manager/shared/shell/helix/default.nix @@ -11,9 +11,9 @@ settings = { # theme = "catppuccin_macchiato"; # Don't need this because the module themes it for us keys.normal.backspace = { - b = ":run-shell-command zellij run -f -- just build"; - r = ":run-shell-command zellij run -f -- just run"; - t = ":run-shell-command zellij run -f -- just test"; + b = ":run-shell-command zellij run -f -- direnv exec . just build"; + r = ":run-shell-command zellij run -f -- direnv exec . just run"; + t = ":run-shell-command zellij run -f -- direnv exec . just test"; g = ":run-shell-command zellij run -fc -- lazygit"; f = ":run-shell-command zellij run -fc -- broot"; };