about summary refs log tree commit diff
path: root/pkgs/misc/tmux-plugins
diff options
context:
space:
mode:
authorjfvillablanca <31008330+jfvillablanca@users.noreply.github.com>2023-03-29 18:03:34 +0800
committerjfvillablanca <31008330+jfvillablanca@users.noreply.github.com>2023-04-11 16:03:54 +0800
commite4ae75154e955ec1e7a85226ec2e376bcdbdd050 (patch)
tree136cd8c2ecf302d3541eb5e5ed322879da8d0f3e /pkgs/misc/tmux-plugins
parent56206539ba1de71fb0be7e4f23551e05fdeb29de (diff)
tmux-weather: init at unstable-2020-02-08
Diffstat (limited to 'pkgs/misc/tmux-plugins')
-rw-r--r--pkgs/misc/tmux-plugins/default.nix19
1 files changed, 19 insertions, 0 deletions
diff --git a/pkgs/misc/tmux-plugins/default.nix b/pkgs/misc/tmux-plugins/default.nix
index 91726891d2353..374d299be48a4 100644
--- a/pkgs/misc/tmux-plugins/default.nix
+++ b/pkgs/misc/tmux-plugins/default.nix
@@ -693,6 +693,25 @@ in rec {
     };
   };
 
+  weather = mkTmuxPlugin {
+    pluginName = "weather";
+    version = "unstable-2020-02-08";
+    src = fetchFromGitHub {
+      owner = "xamut";
+      repo = "tmux-weather";
+      rev = "28a5fbe75bb25a408193d454304e28ddd75e9338";
+      hash = "sha256-of9E/npEsF1JVc9ttwrbC5WkIAwCNBJAgTfExfj79i4=";
+    };
+
+    meta = with lib; {
+      homepage = "https://github.com/xamut/tmux-weather";
+      description = "Shows weather in the status line";
+      license = licenses.mit;
+      platforms = platforms.unix;
+      maintainers = with maintainers; [ jfvillablanca ];
+    };
+  };
+
   yank = mkTmuxPlugin {
     pluginName = "yank";
     version = "unstable-2021-06-20";