styling opdatering

This commit is contained in:
2025-06-24 19:19:50 +02:00
parent 523cf64614
commit 353d8276aa

View File

@@ -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: