diff options
| author | seth <[email protected]> | 2023-07-25 14:50:09 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-25 14:50:09 -0400 |
| commit | 6ca40069a34134c7027a06c01722930a70761dd3 (patch) | |
| tree | e6ac3bd18e94003f0519dd7dd821f87a5b64aee6 /hosts/caroline/default.nix | |
| parent | 99cb2a12c0bdaeb850656fe147435547afc1b861 (diff) | |
hosts/caroline: use arc browser cask
Diffstat (limited to 'hosts/caroline/default.nix')
| -rw-r--r-- | hosts/caroline/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/caroline/default.nix b/hosts/caroline/default.nix index 6fe4b1b..2112968 100644 --- a/hosts/caroline/default.nix +++ b/hosts/caroline/default.nix @@ -12,7 +12,7 @@ gpg.enable = true; }; - homebrew.casks = ["prismlauncher"]; + homebrew.casks = ["arc" "prismlauncher"]; networking = rec { computerName = "caroline"; |
