diff options
| -rw-r--r-- | shell.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,11 +5,11 @@ pkgs.mkShell { buildInputs = [ pkgs.postgresql pkgs.postgresql_jdbc - pkgs.zulu + pkgs.jdk ]; shellHook = '' - ${pkgs.tmux}/bin/tmux \ + exec ${pkgs.tmux}/bin/tmux \ new -d nvim src/ \; \ split -d -h \; \ neww -d ./db_start.sh \; \ |
