Polish up flatpaks
This commit is contained in:
parent
7bc017e583
commit
ec77cdbc46
@ -153,17 +153,31 @@ desktop_flatpak_remotes:
|
||||
url: "https://dl.flathub.org/repo/flathub.flatpakrepo"
|
||||
- name: flathub-beta
|
||||
url: "https://flathub.org/beta-repo/flathub-beta.flatpakrepo"
|
||||
- name: unmojang
|
||||
url: "https://unmojang.github.io/unmojang-flatpak"
|
||||
desktop_flatpak_remotes_extra: []
|
||||
|
||||
desktop_flatpak_packages:
|
||||
- remote: flathub
|
||||
packages:
|
||||
- com.discordapp.Discord
|
||||
- com.obsproject.Studio
|
||||
- com.github.KRTirtho.Spotube
|
||||
- com.github.Matoking.protontricks
|
||||
- com.github.tchx84.Flatseal
|
||||
- com.nextcloud.desktopclient.nextcloud
|
||||
- com.valvesoftware.Steam
|
||||
- dev.vencord.Vesktop
|
||||
- im.riot.Riot
|
||||
- io.freetubeapp.FreeTube
|
||||
- io.kopia.KopiaUI
|
||||
- io.mpv.Mpv
|
||||
- net.minetest.Minetest
|
||||
- org.DolphinEmu.dolphin-emu
|
||||
- org.gnucash.GnuCash
|
||||
- org.mozilla.firefox
|
||||
- remote: flathub-beta
|
||||
- org.mozilla.Thunderbird
|
||||
- org.openscad.OpenSCAD
|
||||
- org.qbittorrent.qBittorrent
|
||||
- remote: unmojang
|
||||
packages:
|
||||
- net.lutris.Lutris
|
||||
- org.unmojang.FjordLauncher
|
||||
desktop_flatpak_packages_extra: []
|
||||
|
@ -29,7 +29,7 @@
|
||||
when: ansible_pkg_mgr == "apt"
|
||||
- name: configure pip3 packages
|
||||
ansible.builtin.pip: executable=/usr/bin/pip3 state=latest name="{{ desktop_pip3_packages + desktop_pip3_packages_extra }}"
|
||||
when: ansible_os_family != "Gentoo"
|
||||
when: ansible_pkg_mgr == "apt"
|
||||
- name: configure flatpak
|
||||
block:
|
||||
- name: configure flatpak remotes
|
||||
|
Loading…
Reference in New Issue
Block a user