From 7aa0e7334bc716cee7a2cab52a44919925a9c12b Mon Sep 17 00:00:00 2001 From: th3r00t Date: Wed, 20 Aug 2025 15:07:22 -0400 Subject: [PATCH] Moved some configurations --- modules/home-manager-common.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = ''