Run gnome tweaks last

This commit is contained in:
Ariejan de Vroom 2024-06-07 10:54:44 +02:00
parent c850581439
commit ada64cdd21
Signed by: ariejan
GPG Key ID: AD739154F713697B
6 changed files with 9 additions and 3 deletions

View File

@ -8,3 +8,4 @@
- { role: 04_desktop }
- { role: 05_packages }
- { role: 07_user }
- { role: 08_tweaks }

View File

@ -18,6 +18,3 @@
name: gdm.service
enabled: yes
become: true
- name: Configure GNOME Settings
ansible.builtin.import_tasks: gsettings.yml

View File

@ -0,0 +1,2 @@
---

View File

@ -0,0 +1,6 @@
---
- name: Configure GNOME Settings
ansible.builtin.import_tasks: gsettings.yml
- name: Install GNOME Extensions
ansible.builtin.import_tasks: gnome-extensions.yml