Ansible_workstation/roles/user/tasks/sway.yml

28 lines
503 B
YAML
Raw Normal View History

2022-01-12 05:06:12 +00:00
---
- 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
2022-01-13 05:20:41 +00:00
- gobject-introspection # for avizo
2022-01-12 05:06:12 +00:00
state: present
- name: Install sway AUR packages
2022-01-12 14:04:28 +00:00
aur:
name: avizo
state: present
become: yes
become_user: aur_builder