9 lines
153 B
Nix
9 lines
153 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
system.defaults.NSGlobalDomain._HIHideMenuBar = true;
|
|
|
|
homebrew.brews = [
|
|
"FelixKratz/formulae/sketchybar"
|
|
];
|
|
}
|