diff --git a/local.yml b/local.yml index 5e189ea..f6cebc5 100644 --- a/local.yml +++ b/local.yml @@ -187,6 +187,13 @@ dest: "/home/{{ username }}/.config/hypr/hyprpaper.conf" mode: '0644' + - name: "STYLING :: Opret mappe til SDDM-konfiguration" + become: true + ansible.builtin.file: + path: /etc/sddm.conf.d + state: directory + mode: '0755' + - name: "STYLING :: Konfigurer SDDM til at bruge Sugar Candy temaet" become: true ansible.builtin.copy: