mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
added installation of the notification daemon package
This commit is contained in:
@@ -8,6 +8,11 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: rsync
|
name: rsync
|
||||||
state: present
|
state: present
|
||||||
|
- name: Install Notification Daemon
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: notification-daemon
|
||||||
|
state: present
|
||||||
- name: Install Picom (window compositing manager)
|
- name: Install Picom (window compositing manager)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
|
|||||||
Reference in New Issue
Block a user