feat(sway): add sway systemd trigger

This commit is contained in:
Matthieu Bessat 2024-07-09 12:51:06 +02:00
parent 43daa9a5e6
commit 5055fefcf8
4 changed files with 23 additions and 0 deletions

View file

@ -152,6 +152,10 @@
community.general.pacman:
name: "{{ (lookup('file', 'arch_packages.json') | from_json)['native'] }}" # the python script will return a list of packages
- name: Install sway
include_role:
name: sway
# DOTS
- name: Clone dots file
git: