removing flatpak filth

This commit is contained in:
2025-05-15 21:55:10 -07:00
parent 38de4137bb
commit cc7cdcf797
2 changed files with 2 additions and 24 deletions

View File

@@ -39,22 +39,6 @@
tags: tags:
- packages - packages
- name: Setup Flatpak and install packages
block:
- name: Add Flathub repository
flatpak_remote:
name: flathub
state: present
flatpakrepo_url: "https://flathub.org/repo/flathub.flatpakrepo"
- name: Install Flatpak packages
flatpak:
name: "{{ item }}"
state: present
loop: "{{ flatpak_packages }}"
tags:
- packages
## RPM Fusion ## RPM Fusion
- name: Install RPM Fusion Free Repository - name: Install RPM Fusion Free Repository
package: package:

View File

@@ -1,6 +1,6 @@
--- ---
copr_repos: copr_repos:
- axeld/eww - useidel/signal-desktop
packages: packages:
- sway - sway
@@ -65,13 +65,7 @@ packages:
- zathura - zathura
- zathura-plugins-all - zathura-plugins-all
- glow - glow
- torbrowser-launcher
flatpak_packages:
- net.ankiweb.Anki
- org.torproject.torbrowser-launcher
- org.signal.Signal
- com.brave.Browser
- io.mpv.Mpv
init_groups: init_groups:
- wheel - wheel