nixos-config/modules/home/programs/misc/avtools/default.nix
2025-03-05 02:17:33 -05:00

10 lines
177 B
Nix

{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; lib.mkIf config.home.desktop.enable [
ffmpeg
ffmpegthumbnailer
puddletag
pulsemixer
spotdl
];
}