summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-10-01 15:47:17 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-10-01 15:47:58 -0400
commitd6a4351a3b8dc5d6e0138568518491d558dd1e4a (patch)
tree12d2762cd0c36f2d560a9abf245d21c0603754db
parent317976779cdc422f16ed001cf5e6bcd0d5976396 (diff)
rise: home: Add audacity and yt-dlp.
-rw-r--r--rise-home.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/rise-home.scm b/rise-home.scm
index bc1dd47..e3d1492 100644
--- a/rise-home.scm
+++ b/rise-home.scm
@@ -18,7 +18,8 @@
(home-environment
(packages (specifications->packages
- '("alsa-utils"
+ '("audacity"
+ "alsa-utils"
"ardour"
"calf"
"carla"
@@ -54,5 +55,6 @@
"patchage"
"qjackctl"
"sfxr"
- "x42-plugins")))
+ "x42-plugins"
+ "yt-dlp")))
(services common-services))