mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
fixed zsh path in tmux conf
This commit is contained in:
parent
4d72f8b0b4
commit
c1f73437ae
|
@ -7,7 +7,7 @@
|
|||
clock24 = true;
|
||||
extraConfig =
|
||||
''
|
||||
set -g default-shell /etc/profiles/per-user/rouven/bin/zsh
|
||||
set -g default-shell ${pkgs.zsh}/bin/zsh
|
||||
bind P display-popup
|
||||
'';
|
||||
plugins = with pkgs.tmuxPlugins; [
|
||||
|
|
Loading…
Reference in a new issue