feat(darwin)!: update brew and system modules

Add `firefox`, `notion` and `slack`
Disable `nix-index`
Disable volume/brightness popups
This commit is contained in:
reo101 2023-09-06 22:07:09 +03:00
parent 26cafb1599
commit e2c5514c76
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
2 changed files with 12 additions and 3 deletions

View file

@ -40,7 +40,6 @@ in
"homebrew/core"
"homebrew/cask"
"homebrew/cask-fonts"
"homebrew/cask-drivers"
"homebrew/services"
"cmacrae/formulae"
"FelixKratz/formulae"
@ -48,17 +47,21 @@ in
];
brews = [
"libusb"
"openssl"
"switchaudio-osx"
"pinentry-touchid"
];
casks = [
"android-platform-tools"
"docker"
"firefox"
"font-fira-code-nerd-font"
"karabiner-elements"
"notion"
# "osxfuse"
"scroll-reverser"
"sf-symbols"
# "slack"
"slack"
"spotify"
"xquartz"
];