sketchybar: use brew version
This commit is contained in:
parent
63224eafbb
commit
ded82a8f8b
1 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.skhd.enable = true;
|
|
||||||
services.sketchybar.enable = true;
|
|
||||||
system.defaults.NSGlobalDomain._HIHideMenuBar = true;
|
system.defaults.NSGlobalDomain._HIHideMenuBar = true;
|
||||||
|
|
||||||
|
homebrew.brews = [
|
||||||
|
"FelixKratz/formulae/sketchybar"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue