config/modules/macos/tiling/sketchybar.nix

7 lines
98 B
Nix
Raw Normal View History

{pkgs, ...}: {
services.sketchybar = {
enable = true;
2025-05-03 21:41:46 -07:00
package = pkgs.sketchybar;
};
}