mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
added installation of xorg
This commit is contained in:
@@ -102,6 +102,11 @@
|
||||
synchronize:
|
||||
src: notification/notification.service
|
||||
dest: /usr/share/dbus-1/services/org.freedesktop.Notification.service
|
||||
- name: Install Xorg (X11 server)
|
||||
become: true
|
||||
pacman:
|
||||
name: xorg-server
|
||||
state: present
|
||||
- name: Install Xorg Xinput (input devices manager)
|
||||
become: true
|
||||
pacman:
|
||||
|
||||
Reference in New Issue
Block a user