From a7f794f65b8b1cb9ee70a4bab55847ec9d20f4a7 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Mon, 29 Jan 2024 13:55:24 -0500 Subject: [PATCH] universeair: (TODO) Configure SketchyBar --- machines/universeair/sketchybar.nix | 3 +++ machines/universeair/yabai.nix | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/machines/universeair/sketchybar.nix b/machines/universeair/sketchybar.nix index 555258a..0bcc8c8 100644 --- a/machines/universeair/sketchybar.nix +++ b/machines/universeair/sketchybar.nix @@ -1,4 +1,7 @@ {config, pkgs, lib, ...}: { + environment.systemPackages = with pkgs; [ + sketchybar + ]; services.sketchybar = { enable = true; config = '' diff --git a/machines/universeair/yabai.nix b/machines/universeair/yabai.nix index ee7b2e8..e1da76b 100644 --- a/machines/universeair/yabai.nix +++ b/machines/universeair/yabai.nix @@ -1,7 +1,11 @@ {config, pkgs, lib, ...}: { imports = [ # Custom Bar - ./sketchybar.nix + # ./sketchybar.nix + # TODO: Customize Bar Later + ]; + environment.systemPackages = with pkgs; [ + yabai ]; services.yabai = { enable = true;