added xset installation

This commit is contained in:
aminnairi
2023-04-09 22:31:54 +02:00
parent a5fc63d285
commit 3ac568eb61
+5
View File
@@ -3,6 +3,11 @@
hosts: localhost
connection: local
tasks:
- name: Install Xset
become: true
pacman:
name: xset
state: present
- name: Install JetBrains Mono Nerd
become: true
pacman: