{config, pkgs, lib, ...}: { imports = [ # Custom Bar # ./sketchybar.nix # TODO: Customize Bar Later ]; environment.systemPackages = with pkgs; [ yabai ]; services.yabai = { enable = true; config = { }; }; }