config/modules/macos/tiling/sketchybar.nix

11 lines
144 B
Nix
Raw Normal View History

{
config,
pkgs,
...
}: {
services.sketchybar = {
2025-05-07 10:22:05 -07:00
enable = config.shared.darwin.tiling.enable;
package = pkgs.sketchybar;
};
}