diff options
| -rw-r--r-- | hosts/RyanMac/configuration.nix | 6 | ||||
| -rw-r--r-- | users/ryan/home.nix | 3 |
2 files changed, 9 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 | ||
diff --git a/users/ryan/home.nix b/users/ryan/home.nix index 2c099ba..1ed3098 100644 --- a/users/ryan/home.nix +++ b/users/ryan/home.nix | |||
| @@ -98,6 +98,9 @@ | |||
| 98 | pass | 98 | pass |
| 99 | pandoc | 99 | pandoc |
| 100 | iina # Media player (frontend to mpv essentially) | 100 | iina # Media player (frontend to mpv essentially) |
| 101 | kubectl | ||
| 102 | talhelper | ||
| 103 | talosctl | ||
| 101 | ]; | 104 | ]; |
| 102 | 105 | ||
| 103 | # Home Manager is pretty good at managing dotfiles. The primary way to manage | 106 | # Home Manager is pretty good at managing dotfiles. The primary way to manage |
