feat(darwin): add sketchybar
to yabai
module
This commit is contained in:
parent
7df97750b7
commit
89d280b7af
10 changed files with 288 additions and 9 deletions
modules/nix-darwin/yabai
|
@ -29,10 +29,24 @@ in
|
|||
skhdConfig = (builtins.readFile ./skhdrc);
|
||||
};
|
||||
|
||||
# sketchybar = {
|
||||
# enable = true;
|
||||
# package = pkgs.sketchybar;
|
||||
# };
|
||||
sketchybar = {
|
||||
enable = true;
|
||||
package = pkgs.sketchybar;
|
||||
extraPackages = with pkgs; [
|
||||
jq
|
||||
];
|
||||
config = import ./sketchybar;
|
||||
};
|
||||
};
|
||||
|
||||
# For sketchybar
|
||||
homebrew = {
|
||||
taps = [
|
||||
"shaunsingh/SFMono-Nerd-Font-Ligaturized"
|
||||
];
|
||||
casks = [
|
||||
"font-sf-mono-nerd-font-ligaturized"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue