diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/RyanMac/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix index 17ab123..7b4286b 100644 --- a/hosts/RyanMac/configuration.nix +++ b/hosts/RyanMac/configuration.nix | |||
| @@ -70,10 +70,16 @@ in { | |||
| 70 | extraFlags = [ "--force-cleanup" ]; | 70 | extraFlags = [ "--force-cleanup" ]; |
| 71 | }; | 71 | }; |
| 72 | 72 | ||
| 73 | taps = [ | ||
| 74 | "netbirdio/tap" | ||
| 75 | ]; | ||
| 76 | |||
| 73 | casks = [ | 77 | casks = [ |
| 74 | "utm" | 78 | "utm" |
| 75 | "ghostty" | 79 | "ghostty" |
| 76 | "zen" | 80 | "zen" |
| 81 | "tailscale" | ||
| 82 | "netbird-ui" | ||
| 77 | ]; | 83 | ]; |
| 78 | }; | 84 | }; |
| 79 | 85 | ||
