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}" + ''; + } ]; }; }