improving fedora stuff

This commit is contained in:
2024-07-22 13:46:16 -07:00
parent c58d299d18
commit 1f4a06c883
2 changed files with 25 additions and 9 deletions

View File

@@ -34,4 +34,15 @@
state: present
loop: "{{ doom_dep_packages }}"
- name: Add Flathub repository
flatpak_remote:
name: flathub
state: present
url: https://flathub.org/repo/flathub.flatpakrepo
- name: Install Flatpak packages
flatpak:
name: "{{ item }}"
state: present
loop: "{{ flatpak_packages }}"