From d7098786dcaf6d6b7bc7ac5a6c7bfc9f51e4ef80 Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 18 Mar 2024 11:47:26 +0900 Subject: [PATCH] Update --- home-manager/common/software/cli/tmux.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/home-manager/common/software/cli/tmux.nix b/home-manager/common/software/cli/tmux.nix index 33caf78b..69066575 100644 --- a/home-manager/common/software/cli/tmux.nix +++ b/home-manager/common/software/cli/tmux.nix @@ -20,13 +20,13 @@ set-option -g status-right "#{battery}" ''; } -# { -# plugin = weather; -# extraConfig = '' -# set-option -g @tmux-weather-location "Kyoto" -# set-option -g status-right "#{weather}" -# ''; -# } + { + plugin = weather; + extraConfig = '' + set-option -g @tmux-weather-location "Kyoto" + set-option -g status-right "#{weather}" + ''; + } ]; }; }