aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-07-11 23:17:47 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-07-11 23:17:47 -0400
commit6c2bdcffebb4a0851d0f0288aa8cbe9c443b6860 (patch)
tree71859546f96cb4a07e04c8c04d216fd24a48201e
parentd2b62c9d6f30a0ea88b2a235cde120cd10ba332b (diff)
added blueutil to sketchybar env
-rw-r--r--users/ryan/modules/sketchybar/default.nix2
1 files changed, 1 insertions, 1 deletions
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
12 # Enable the service 12 # Enable the service
13 programs.sketchybar = { 13 programs.sketchybar = {
14 enable = true; 14 enable = true;
15 extraPackages = [ pkgs.jq ]; 15 extraPackages = with pkgs; [ jq blueutil ];
16 config = { source = ./bar-config; recursive = true; }; 16 config = { source = ./bar-config; recursive = true; };
17 }; 17 };
18 }; 18 };