diff options
| author | Fuwn <[email protected]> | 2025-01-01 01:24:06 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-01 01:24:06 -0800 |
| commit | 7dcaead70161a48311c8cef4a70f3727b5de976a (patch) | |
| tree | 150ec9c85db16e61efe916f6ae5e56ad164de9f0 /modules/mac/programs/homebrew/casks.nix | |
| parent | nara: overhaul (diff) | |
| download | nixos-config-7dcaead70161a48311c8cef4a70f3727b5de976a.tar.xz nixos-config-7dcaead70161a48311c8cef4a70f3727b5de976a.zip | |
nara: add all mas apps
Diffstat (limited to 'modules/mac/programs/homebrew/casks.nix')
| -rw-r--r-- | modules/mac/programs/homebrew/casks.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/casks.nix b/modules/mac/programs/homebrew/casks.nix new file mode 100644 index 0000000..6dc84ad --- /dev/null +++ b/modules/mac/programs/homebrew/casks.nix @@ -0,0 +1,7 @@ +{ + homebrew.casks = [ + "alt-tab" + "iina" + "aerospace" + ]; +} |