config/modules/macos/tiling/sketchybar.nix

12 lines
144 B
Nix
Raw Permalink Normal View History

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