nixos/extra/media.nix

23 lines
361 B
Nix
Raw Normal View History

2020-11-16 21:14:46 +01:00
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
audacity
chromaprint # music-brainz fingerprint
ffmpeg
gallery-dl
graphviz
handbrake
imagemagick
image_optim
inkscape
2021-06-02 10:37:28 +02:00
puddletag # audio tagging
2020-11-16 21:14:46 +01:00
mp3val
2021-06-02 10:37:28 +02:00
mediaelch
2020-11-16 21:14:46 +01:00
picard
projectm
shotwell
soundkonverter
youtube-dl
];
}