From 8f0d8e6dfe4632c461658a7db8f0eeb5261d62df Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sat, 20 Jun 2026 19:33:28 -0400 Subject: Add audacity (not really working) and begin WM stuff --- .gitignore | 1 + hosts/RyanMac/configuration.nix | 4 ++++ users/ryan/home.nix | 2 ++ 3 files changed, 7 insertions(+) create mode 100644 .gitignore 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 { "netbirdio/tap" ]; + brews = [ + ]; + casks = [ + "glide" "utm" "ghostty" "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 @@ kubectl talhelper talosctl + audacity + ffmpeg ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage -- cgit v1.3