From d6a4351a3b8dc5d6e0138568518491d558dd1e4a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 1 Oct 2023 15:47:17 -0400 Subject: rise: home: Add audacity and yt-dlp. --- rise-home.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'rise-home.scm') 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)) -- cgit v1.2.3