22 lines
No EOL
862 B
YAML
22 lines
No EOL
862 B
YAML
description: Guzio's various private Flatpaks, added manually post-install, that don't fit neatly into a nice self-contained module. Well... SOME of those stuff. Others are still stuck inside the post-BlendOS-migration-hell of the system-packages-GuzioPadV4 module.
|
|
packages:
|
|
- name: org.libreoffice.LibreOffice
|
|
type: flatpak
|
|
# I don't like it, but I had do add it, because OnlyOffice had issues with some random Excel instruction that I needed for something.
|
|
- name: net.lutris.Lutris
|
|
type: flatpak
|
|
- name: com.freerdp.FreeRDP
|
|
type: flatpak
|
|
- name: com.brave.Browser
|
|
type: flatpak
|
|
deb_packages: []
|
|
exclude: []
|
|
conflicts: []
|
|
pre_install_hook: null
|
|
post_install_hook: null
|
|
hook_behavior: ask
|
|
pre_hook_behavior: null
|
|
post_hook_behavior: null
|
|
run_hooks_as_user: false
|
|
post_disable_hook: null
|
|
post_disable_behavior: null |