nixos/extra/media.nix
2021-06-02 10:40:12 +02:00

22 lines
361 B
Nix

{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
audacity
chromaprint # music-brainz fingerprint
ffmpeg
gallery-dl
graphviz
handbrake
imagemagick
image_optim
inkscape
puddletag # audio tagging
mp3val
mediaelch
picard
projectm
shotwell
soundkonverter
youtube-dl
];
}