mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
legacy/media: add more comments
This commit is contained in:
parent
6714075109
commit
beda4ab01d
1 changed files with 13 additions and 13 deletions
|
@ -6,20 +6,20 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
audacity
|
audacity # audio editing
|
||||||
chromaprint # music-brainz fingerprint
|
chromaprint # music-brainz fingerprint
|
||||||
ffmpeg
|
ffmpeg # general purpose
|
||||||
gallery-dl
|
gallery-dl # image donwloader
|
||||||
handbrake
|
handbrake # video converter
|
||||||
image_optim
|
image_optim # image compressors
|
||||||
imagemagick
|
imagemagick # image converter
|
||||||
inkscape
|
inkscape # vector image editing
|
||||||
mat2 # metadata-cleaning
|
mat2 # metadata-cleaning
|
||||||
mediaelch
|
mediaelch # video sorting
|
||||||
metadata-cleaner
|
metadata-cleaner # mat2-gui
|
||||||
mp3gain
|
mp3gain # audio volume
|
||||||
mp3splt # splitting mp3 files
|
mp3splt # splitting mp3 files
|
||||||
mp3val
|
mp3val # audio validation
|
||||||
pdfgrep # grep in pdfs
|
pdfgrep # grep in pdfs
|
||||||
pdfsam-basic # pdf editing
|
pdfsam-basic # pdf editing
|
||||||
picard # music tagging
|
picard # music tagging
|
||||||
|
@ -27,7 +27,7 @@ in
|
||||||
puddletag # audio tagging
|
puddletag # audio tagging
|
||||||
shotwell # photo management
|
shotwell # photo management
|
||||||
sonixd # cloud-music-player
|
sonixd # cloud-music-player
|
||||||
soundkonverter
|
soundkonverter # audio converter
|
||||||
yt-dlp
|
yt-dlp # videao download
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue