diff options
| author | Fuwn <[email protected]> | 2025-02-15 00:44:12 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-15 00:44:12 -0800 |
| commit | 224fc6e623471e0296e103e642826ab037408efd (patch) | |
| tree | f523d31e53efa5c33b579f667a7dc1787eb1fa7e /modules/mac/programs | |
| parent | Nara: Update MAS apps (diff) | |
| download | nixos-config-224fc6e623471e0296e103e642826ab037408efd.tar.xz nixos-config-224fc6e623471e0296e103e642826ab037408efd.zip | |
Nara: Add Google Drive Cask
Diffstat (limited to 'modules/mac/programs')
| -rw-r--r-- | modules/mac/programs/homebrew/casks.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/casks.nix b/modules/mac/programs/homebrew/casks.nix index 03b35ad..c0ee29e 100644 --- a/modules/mac/programs/homebrew/casks.nix +++ b/modules/mac/programs/homebrew/casks.nix @@ -88,5 +88,6 @@ "virtual-ii" "sf-symbols" "cork" + "google-drive" ]; } |