Ensure to use the actual zsh?!

I don't know why this was causing issues.
But some tmux plugins were not compatible with the zsh? That change
fixed it …
This commit is contained in:
Daniel Siepmann 2023-11-16 16:07:30 +01:00
parent 3d2a775d81
commit 2554732f57
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 = "${pkgs.zsh}/bin/zsh";
shell = "/home/daniels/.nix-profile/bin/zsh";
sensibleOnTop = false;