6 lines
98 B
Nix
6 lines
98 B
Nix
{pkgs, ...}: {
|
|
services.sketchybar = {
|
|
enable = true;
|
|
package = pkgs.sketchybar;
|
|
};
|
|
}
|