From 8ca70e0d17ff5b07dfcbccc0fbb7f5824917e496 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 19 Jan 2025 19:39:43 +1000 Subject: feat(darwin/delta): use homebrew casks for non-nix applications --- darwin/delta/configuration.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/darwin/delta/configuration.nix b/darwin/delta/configuration.nix index 5ce8eb0..b075dfb 100644 --- a/darwin/delta/configuration.nix +++ b/darwin/delta/configuration.nix @@ -7,6 +7,26 @@ # Thunderbird requires GPGME in 'standard locations' "gpgme" ]; + + casks = [ + "bentobox" + "bitwarden" + "jetbrains-toolbox" + "jordanbaird-ice" + "karabiner-elements" + "little-snitch" + "micro-snitch" + "monarch" + "notchnook" + "openmtp" + "orbstack" + "raycast" + "spotify" + "tailscale" + "transmission" + "transmission" + "yubico-yubikey-manager" + ]; }; # Necessary for using flakes on this system. -- cgit 1.4.1