diff options
| author | seth <[email protected]> | 2023-08-20 18:11:56 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-20 18:11:56 -0400 |
| commit | 9485895789fa08bf0978d59b2db98f0d96ddaec8 (patch) | |
| tree | 91708608014aaf9612b317ba56c6218d293355ec /hosts/caroline | |
| parent | a4c0230b4700498793cc2f898c194f3ec9b23d60 (diff) | |
hosts/profiles: fix darwin hm import
Diffstat (limited to 'hosts/caroline')
| -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 7af0b5f..43dc82f 100644 --- a/hosts/caroline/default.nix +++ b/hosts/caroline/default.nix @@ -4,7 +4,7 @@ _: { gpg.enable = true; }; - homebrew.casks = ["arc" "prismlauncher"]; + homebrew.casks = ["arc"]; networking = rec { computerName = "caroline"; |
