Add direnv pane

This commit is contained in:
muon 2025-11-22 11:11:01 +00:00
parent 3d5964b16d
commit b3cfddeafe

View file

@ -85,7 +85,7 @@ in {
{ {
pane = { pane = {
command = "zsh"; command = "zsh";
args = ["-c" "nvim"]; args = ["-c" "direnv exec . nvim"];
}; };
} }
]; ];
@ -98,9 +98,7 @@ in {
}; };
_children = [ _children = [
{ {
pane = { pane = {};
command = "zsh";
};
} }
]; ];
}; };