Added rbw to darwin config; removed whisky

This commit is contained in:
Random936 2025-04-02 10:06:59 -07:00
parent f2b91181c5
commit 9ee43df168

View File

@ -15,11 +15,11 @@
]; ];
brews = [ brews = [
"wireguard-tools" "wireguard-tools"
"bitwarden-cli"
"pinentry-mac" "pinentry-mac"
"sketchybar" "sketchybar"
"coreutils" "coreutils"
"watch" "watch"
"rbw"
]; ];
casks = [ casks = [
"font-hack-nerd-font" "font-hack-nerd-font"
@ -38,7 +38,6 @@
"zoom" "zoom"
"plex" "plex"
"vlc" "vlc"
"whisky"
]; ];
}; };