Add Audacity and DBeaver to IVR box

This commit is contained in:
Greg Hellings
2025-06-24 08:21:32 -05:00
parent a6d2067ff7
commit b65a615d21
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -36,4 +36,5 @@ let
in in
rec { rec {
"MacBook-Pro" = mac { name = "ivr"; }; "MacBook-Pro" = mac { name = "ivr"; };
"MacBook-Prolocal" = mac { name = "ivr"; };
} }
+2
View File
@@ -23,9 +23,11 @@ in
]; ];
casks = [ casks = [
"alt-tab" "alt-tab"
"audacity"
"bitwarden" "bitwarden"
"bruno" "bruno"
"chromium" "chromium"
"dbeaver-community"
"firefox" "firefox"
"microsoft-teams" "microsoft-teams"
"onlyoffice" "onlyoffice"