From b3cfddeafed9f853b4fd60882678f8496e099eb7 Mon Sep 17 00:00:00 2001 From: muon Date: Sat, 22 Nov 2025 11:11:01 +0000 Subject: [PATCH] Add direnv pane --- modules/home/terminal/development.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/home/terminal/development.nix b/modules/home/terminal/development.nix index 348bfa0..c110ceb 100644 --- a/modules/home/terminal/development.nix +++ b/modules/home/terminal/development.nix @@ -85,7 +85,7 @@ in { { pane = { command = "zsh"; - args = ["-c" "nvim"]; + args = ["-c" "direnv exec . nvim"]; }; } ]; @@ -98,9 +98,7 @@ in { }; _children = [ { - pane = { - command = "zsh"; - }; + pane = {}; } ]; };