mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 13:22:13 +02:00
added installation of the notification daemon package
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user