config/modules/macos/tiling/sketchybar.nix
2025-05-03 21:41:46 -07:00

6 lines
98 B
Nix

{pkgs, ...}: {
services.sketchybar = {
enable = true;
package = pkgs.sketchybar;
};
}