From 9934c9d02afaae63627fb696503763cdfcab9de8 Mon Sep 17 00:00:00 2001 From: ahwx Date: Thu, 26 Feb 2026 00:30:49 +0100 Subject: [PATCH] feat: import uptime plugin for sketchybar through nix too :p --- modules/home/sketchybar/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/sketchybar/default.nix b/modules/home/sketchybar/default.nix index c1fd3bf..7b4b8ff 100644 --- a/modules/home/sketchybar/default.nix +++ b/modules/home/sketchybar/default.nix @@ -41,6 +41,10 @@ executable = true; text = builtins.readFile ./plugins/space.sh; }; + ".config/sketchybar/plugins/uptime.sh" = { + executable = true; + text = builtins.readFile ./plugins/uptime.sh; + }; ".config/sketchybar/plugins/volume.sh" = { executable = true; text = builtins.readFile ./plugins/volume.sh;