programs: Install mkvtoolnix-gui if gui is enabled

pull/64/head
Simon Bruder 2022-05-05 17:42:41 +02:00
parent 4c01701af3
commit 7de19098e5
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 1 deletions

View File

@ -114,7 +114,6 @@ in
# audio and video
ffmpeg-full # A/V multitool
mediainfo # show information about media files
mkvtoolnix-cli # matroska (de-)muxing
streamlink # video stream downloader
waifu2x-converter-cpp # super-resolution for anime-style images
waifu2x-photo # waifu2x-converter-cpp for real life photos
@ -140,6 +139,8 @@ in
# documents
mupdf # document (pdf) viewer and tools
poppler_utils # pdf manipulation tools
] ++ lib.optionals (!nixosConfig.sbruder.gui.enable) [
mkvtoolnix-cli # matroska (de-)muxing
] ++ lib.optionals nixosConfig.sbruder.gui.enable [
# communication
claws-mail # email client that looks ugly but just works
@ -160,6 +161,7 @@ in
# audio and video
libbluray # includes command line tools
mkvtoolnix # matroska (de-)muxing with gui
wf-recorder # wlroots screen recorder
# documents