diff --git a/modules/home-manager-common.nix b/modules/home-manager-common.nix index 49c2ec6..d3a2097 100644 --- a/modules/home-manager-common.nix +++ b/modules/home-manager-common.nix @@ -91,12 +91,15 @@ tmuxPlugins.vim-tmux-navigator tmuxPlugins.vim-tmux-focus-events tmuxPlugins.urlview + tmuxPlugins.tmux-fzf { plugin = tmuxPlugins.tokyo-night-tmux; extraConfig = '' set -g @tokyo-night-tmux_window_id_style digital set -g @tokyo-night-tmux_pane_id_style hsquare set -g @tokyo-night-tmux_zoom_id_style dsquare + set -g @tokyo-night-tmux_show_path 1 + set -g @tokyo-night-tmux_path_format relative # 'relative' or 'full' if-shell "[[ $(hostname) = 'xps13' ]]" { set -g @tokyo-night-tmux_show_netspeed 1 set -g @tokyo-night-tmux_netspeed_iface 'wlp2s0' @@ -106,11 +109,8 @@ set -g @tokyo-night-tmux_battery_name "BAT0" set -g @tokyo-night-tmux_battery_low_threshold 21 } - set -g @tokyo-night-tmux_show_path 1 - set -g @tokyo-night-tmux_path_format relative # 'relative' or 'full' ''; } - tmuxPlugins.tmux-fzf # { # plugin = tmuxPlugins.tilish; # extraConfig = ''