Compare

d2b62c9d6f30a0ea88b2a235cde120cd10ba332b .. 6c2bdcffebb4a0851d0f0288aa8cbe9c443b6860 · 1 commits

Changed files

Commits

HashSubjectAuthorDate
6c2bdcff added blueutil to sketchybar env Ryan Schanzenbacher
diff --git a/users/ryan/modules/sketchybar/default.nix b/users/ryan/modules/sketchybar/default.nix
index 8179f18..6d7c264 100644
--- a/users/ryan/modules/sketchybar/default.nix
+++ b/users/ryan/modules/sketchybar/default.nix
@@ -12,7 +12,7 @@ in
# Enable the service
programs.sketchybar = {
enable = true;
- extraPackages = [ pkgs.jq ];
+ extraPackages = with pkgs; [ jq blueutil ];
config = { source = ./bar-config; recursive = true; };
};
};