dotfiles/roles/editors/helix/tasks/install_Debian.yml
Matej Focko b819a3d33e
fix(helix): define installation on Debian
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-11-20 18:14:40 +01:00

6 lines
126 B
YAML

---
- name: Install the Helix
community.general.flatpak:
name: com.helix_editor.Helix
state: present
become: true