dotfiles/roles/terminals/ptyxis/tasks/main.yml

7 lines
177 B
YAML
Raw Normal View History

---
- name: Install Ptyxis
community.general.flatpak:
name: "https://nightly.gnome.org/repo/appstream/org.gnome.Ptyxis.Devel.flatpakref"
state: present
become: true