diff options
Diffstat (limited to 'darwin/delta')
-rw-r--r-- | darwin/delta/configuration.nix | 20 |
1 files changed, 20 insertions, 0 deletions
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. |