diff options
| author | Fuwn <[email protected]> | 2025-05-07 04:43:04 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-07 04:43:04 -0700 |
| commit | c9d2924be81cea49e5442c23ab46cdf27df2fd48 (patch) | |
| tree | 858bbdd67709f8ccb233381c5c78ed063935f3ac /modules | |
| parent | Nara: Clean up Homebrew (diff) | |
| download | nixos-config-c9d2924be81cea49e5442c23ab46cdf27df2fd48.tar.xz nixos-config-c9d2924be81cea49e5442c23ab46cdf27df2fd48.zip | |
Nara: Add Tor Browser cask
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mac/programs/homebrew/casks/browser.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/casks/browser.nix b/modules/mac/programs/homebrew/casks/browser.nix index 550fa35..f8acda7 100644 --- a/modules/mac/programs/homebrew/casks/browser.nix +++ b/modules/mac/programs/homebrew/casks/browser.nix @@ -4,5 +4,6 @@ "lagrange" "google-chrome" "zen-browser" + "tor-browser" ]; } |