diff options
author | sefidel <contact@sefidel.net> | 2025-01-19 19:39:43 +1000 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2025-01-19 19:39:43 +1000 |
commit | 8ca70e0d17ff5b07dfcbccc0fbb7f5824917e496 (patch) | |
tree | cdfa837b0e8836043e5ab3477e19a6816bb3367e | |
parent | d8162627d70033505084fb166e5472e393d657cd (diff) | |
download | nixrc-main.tar.gz nixrc-main.zip |
-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. |