Refactor for use with Hyprland

This commit is contained in:
Oliver Traber 2024-02-25 20:30:31 +01:00
parent 67f4db010d
commit 5d893c1326
Signed by: Bluemedia
GPG key ID: C0674B105057136C
26 changed files with 447 additions and 394 deletions

View file

@ -0,0 +1,22 @@
- name: Install flatpak
become: yes
apt:
state: latest
install_recommends: false
name:
- flatpak
- name: Add flathub remote to flatpak
community.general.flatpak_remote:
name: flathub
state: present
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
method: user
- name: Install flatpaks
community.general.flatpak:
name: "{{ item }}"
state: present
method: user
loop:
- org.wezfurlong.wezterm