From 9ee43df168cd685d4473db9e3c57dab2e5d96096 Mon Sep 17 00:00:00 2001 From: Random936 Date: Wed, 2 Apr 2025 10:06:59 -0700 Subject: [PATCH] Added rbw to darwin config; removed whisky --- config/darwin.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/darwin.nix b/config/darwin.nix index 711c564..bfae384 100644 --- a/config/darwin.nix +++ b/config/darwin.nix @@ -15,11 +15,11 @@ ]; brews = [ "wireguard-tools" - "bitwarden-cli" "pinentry-mac" "sketchybar" "coreutils" "watch" + "rbw" ]; casks = [ "font-hack-nerd-font" @@ -38,7 +38,6 @@ "zoom" "plex" "vlc" - "whisky" ]; };