13 lines
155 B
Nix
13 lines
155 B
Nix
{config, pkgs, lib, ...}: {
|
|
imports = [
|
|
# Custom Bar
|
|
./sketchybar.nix
|
|
];
|
|
services.yabai = {
|
|
enable = true;
|
|
config = {
|
|
|
|
};
|
|
};
|
|
}
|