Ansible_workstation/roles/user/tasks/sway.yml

28 lines
462 B
YAML

---
- name: Install sway packages
community.general.pacman:
name:
- sway
- gammastep
- mako
- rofi
- rofi-pass
- grim
- kanshi
- blueman
- pamixer
- waybar
- network-manager-applet
- wlroots
- xdg-desktop-portal-wlr
- wl-clipboard
state: present
- name: Install sway AUR packages
aur:
name: avizo
state: present
become: yes
become_user: aur_builder