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