workstation/arch/roles/gui/tasks/main.yml

8 lines
106 B
YAML
Raw Normal View History

- name: Install xorg
become: yes
pacman:
name:
- xorg
- xorg-xinit
state: present