This commit is contained in:
Sridhar Ratnakumar 2026-05-01 14:45:11 -04:00
parent 0d3f0c5ef5
commit a86079fb58

View file

@ -7,6 +7,6 @@ writeShellApplication {
''; '';
runtimeInputs = [ zellij ]; runtimeInputs = [ zellij ];
text = '' text = ''
zellij attach --create one exec zellij attach --create one
''; '';
} }