diff options
-rw-r--r-- | rise-home.scm | 6 |
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)) |