fixed zsh path in tmux conf

This commit is contained in:
Rouven Seifert 2023-01-02 18:06:52 +01:00
parent 4d72f8b0b4
commit c1f73437ae
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -7,7 +7,7 @@
clock24 = true; clock24 = true;
extraConfig = extraConfig =
'' ''
set -g default-shell /etc/profiles/per-user/rouven/bin/zsh set -g default-shell ${pkgs.zsh}/bin/zsh
bind P display-popup bind P display-popup
''; '';
plugins = with pkgs.tmuxPlugins; [ plugins = with pkgs.tmuxPlugins; [