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