diff options
| author | seth <[email protected]> | 2023-07-25 03:54:09 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-25 03:54:09 -0400 |
| commit | 8e783490a915453658fcb78083e0b9a8ef6bb35c (patch) | |
| tree | f8963f2a41a6d0108a51659a6dd8541474ccfc3e /hosts/caroline/default.nix | |
| parent | cc20c415eebe51a31fe79282d2c8f1854abbf4ae (diff) | |
hosts/caroline: add prismlauncher to casks
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; |
