added installation of the notification daemon package

This commit is contained in:
aminnairi
2023-04-11 10:48:48 +02:00
parent 96d337396e
commit e69d979637
+5
View File
@@ -8,6 +8,11 @@
pacman:
name: rsync
state: present
- name: Install Notification Daemon
become: true
pacman:
name: notification-daemon
state: present
- name: Install Picom (window compositing manager)
become: true
pacman: