mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 07:40:30 +01:00
feat: import uptime plugin for sketchybar through nix too :p
This commit is contained in:
parent
7e1f4f4f89
commit
9934c9d02a
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue