mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 13:23:11 +01:00
fixed zsh path in tmux conf
This commit is contained in:
parent
4d72f8b0b4
commit
c1f73437ae
|
@ -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; [
|
||||||
|
|
Loading…
Reference in a new issue