feat: import uptime plugin for sketchybar through nix too :p

This commit is contained in:
ahwx 2026-02-26 00:30:49 +01:00
parent 7e1f4f4f89
commit 9934c9d02a

View file

@ -41,6 +41,10 @@
executable = true; executable = true;
text = builtins.readFile ./plugins/space.sh; text = builtins.readFile ./plugins/space.sh;
}; };
".config/sketchybar/plugins/uptime.sh" = {
executable = true;
text = builtins.readFile ./plugins/uptime.sh;
};
".config/sketchybar/plugins/volume.sh" = { ".config/sketchybar/plugins/volume.sh" = {
executable = true; executable = true;
text = builtins.readFile ./plugins/volume.sh; text = builtins.readFile ./plugins/volume.sh;