nix-config/home/programs/media/audacity.nix

8 lines
79 B
Nix
Raw Normal View History

2025-04-10 11:33:28 +02:00
{ pkgs, ... }:
{
2025-09-03 10:03:29 +02:00
home.packages = with pkgs; [
audacity
yt-dlp
];
2025-04-10 11:33:28 +02:00
}