extra/media: add mat2

This commit is contained in:
Felix Buehler 2022-02-06 14:15:52 +01:00
parent cb7bd7a6eb
commit 129fd1f6dc

View file

@ -1,5 +1,6 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
let let
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
yt-dlp = pkgs.yt-dlp.override { yt-dlp = pkgs.yt-dlp.override {
withAlias = true; withAlias = true;
}; };
@ -12,16 +13,17 @@ in
gallery-dl gallery-dl
graphviz graphviz
handbrake handbrake
imagemagick
image_optim image_optim
imagemagick
inkscape inkscape
puddletag # audio tagging unstable.mat2 # metadata-cleaning
mediaelch
mp3splt # splitting mp3 files mp3splt # splitting mp3 files
mp3val mp3val
mediaelch
pdfsam-basic # pdf editing pdfsam-basic # pdf editing
picard picard
projectm projectm
puddletag # audio tagging
shotwell shotwell
soundkonverter soundkonverter
yt-dlp yt-dlp