Fix broken tmux configuration

The shell needs to be referenced by full absolute path.
This commit is contained in:
Daniel Siepmann 2022-08-22 07:48:52 +02:00
parent 0633bd1af9
commit 6b4f49c553
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -17,7 +17,7 @@
# Use screen instead of tmux as some tools might not be aware of tmux
terminal = "screen-256color";
shell = "zsh";
shell = "${pkgs.zsh}/bin/zsh";
sensibleOnTop = false;