NixOS-Config/modules/home/programs/misc/avtools/default.nix

15 lines
163 B
Nix

{ pkgs, ... }:
{
imports = [
./spotdl
./yt-dlp
];
home.packages = with pkgs; [
ffmpeg
ffmpegthumbnailer
puddletag
pulsemixer
];
}