diff options
Diffstat (limited to 'hosts/caroline/default.nix')
| -rw-r--r-- | hosts/caroline/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/caroline/default.nix b/hosts/caroline/default.nix index 6012508..6fe4b1b 100644 --- a/hosts/caroline/default.nix +++ b/hosts/caroline/default.nix @@ -12,6 +12,8 @@ gpg.enable = true; }; + homebrew.casks = ["prismlauncher"]; + networking = rec { computerName = "caroline"; hostName = computerName; |
