Add qimgv

This commit is contained in:
ItsDrike 2024-06-23 11:25:52 +02:00
parent 5ebc43b05a
commit d144a479bc
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
6 changed files with 116 additions and 3 deletions

View file

@ -34,6 +34,7 @@ in
autoStart = mkEnableOption "Auto-Start for Vesktop";
};
nomacs.enable = mkEnableOption "Nomacs (Qt-based image viewer)";
qimgv.enable = mkEnableOption "QImgV (Qt-based image viewer with video support)";
qbittorrent.enable = mkEnableOption "Qbittorrent (Free software BitTorrent client)";
obs.enable = mkEnableOption "OBS (Free and oepn source software for video recording and live streaming)";
mpv.enable = mkEnableOption "MPV (General-purpose media player)";