diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | hosts/RyanMac/configuration.nix | 4 | ||||
| -rw-r--r-- | users/ryan/home.nix | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5509140 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1 @@ | |||
| *.DS_Store | |||
diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix index 5996ab2..51d181b 100644 --- a/hosts/RyanMac/configuration.nix +++ b/hosts/RyanMac/configuration.nix | |||
| @@ -74,7 +74,11 @@ in { | |||
| 74 | "netbirdio/tap" | 74 | "netbirdio/tap" |
| 75 | ]; | 75 | ]; |
| 76 | 76 | ||
| 77 | brews = [ | ||
| 78 | ]; | ||
| 79 | |||
| 77 | casks = [ | 80 | casks = [ |
| 81 | "glide" | ||
| 78 | "utm" | 82 | "utm" |
| 79 | "ghostty" | 83 | "ghostty" |
| 80 | "zen" | 84 | "zen" |
diff --git a/users/ryan/home.nix b/users/ryan/home.nix index 6429fab..af8770b 100644 --- a/users/ryan/home.nix +++ b/users/ryan/home.nix | |||
| @@ -124,6 +124,8 @@ | |||
| 124 | kubectl | 124 | kubectl |
| 125 | talhelper | 125 | talhelper |
| 126 | talosctl | 126 | talosctl |
| 127 | audacity | ||
| 128 | ffmpeg | ||
| 127 | ]; | 129 | ]; |
| 128 | 130 | ||
| 129 | # Home Manager is pretty good at managing dotfiles. The primary way to manage | 131 | # Home Manager is pretty good at managing dotfiles. The primary way to manage |
