mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
fixed a missing dependency for dconf
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
pacman:
|
||||
name: gnome-extra
|
||||
state: present
|
||||
- name: Install Python PSUtil (process and system utilities for Gnome)
|
||||
become: true
|
||||
pacman:
|
||||
name: python-psutil
|
||||
state: present
|
||||
- name: Enable the GDM service
|
||||
become: true
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user