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;