Fancify the editing setting to allow only audio or only video programs. Move GIMP to Generic so that it's always installed..

This commit is contained in:
2025-01-05 16:59:37 -07:00
parent 391129e19b
commit 3dffbc11db
5 changed files with 87 additions and 28 deletions

View File

@ -24,7 +24,7 @@
name:
- "{{ ffmpeg }}"
state: present
when: editing == true
when: editing in (true, "video", "audio")
## Other Stuff