diff --git a/local.yml b/local.yml index 8cee239..5e189ea 100644 --- a/local.yml +++ b/local.yml @@ -93,6 +93,7 @@ - swayidle - swaylock-effects - iptables-nft + - sddm-sugar-candy-git - ufw # Firewall state: present @@ -186,6 +187,15 @@ dest: "/home/{{ username }}/.config/hypr/hyprpaper.conf" mode: '0644' + - name: "STYLING :: Konfigurer SDDM til at bruge Sugar Candy temaet" + become: true + ansible.builtin.copy: + dest: /etc/sddm.conf.d/theme.conf + content: | + [Theme] + Current=sugar-candy + mode: '0644' + - name: "FIREWALL :: Konfigurer UFW's standardpolitikker" tags: firewall block: