Added sketchybar to darwin config

This commit is contained in:
Random936
2024-11-02 12:45:42 -07:00
parent e7f4f59986
commit 7759bd2b36
10 changed files with 227 additions and 13 deletions

View File

@@ -14,14 +14,17 @@
onActivation.cleanup = "zap";
taps = [
"nikitabobko/tap"
"FelixKratz/formulae"
];
brews = [
"wireguard-tools"
"bitwarden-cli"
"sketchybar"
"coreutils"
"watch"
];
casks = [
"font-hack-nerd-font"
"scroll-reverser"
"google-chrome"
"instantview"
@@ -52,8 +55,16 @@
};
# MacOS Changes
system.defaults.dock.autohide = true;
system.startup.chime = false;
system = {
startup.chime = false;
defaults = {
dock.autohide = true;
NSGlobalDomain = {
"com.apple.mouse.tapBehavior" = 1;
_HIHideMenuBar = true;
};
};
};
# Create /etc/zshrc that loads the nix-darwin environment.
programs.zsh.enable = true;