mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
extra/media: add mat2
This commit is contained in:
parent
cb7bd7a6eb
commit
129fd1f6dc
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue