{config, pkgs, lib, ...}: { imports = [ # Custom Bar ./sketchybar.nix ]; services.yabai = { enable = true; config = { }; }; }