Fix firefox list in autostart.target

This commit is contained in:
2021-10-17 09:58:36 +02:00
parent 7703621506
commit 67ac6797df

View File

@@ -7,8 +7,8 @@ Wants=blueman.service
Wants=dpms.service Wants=dpms.service
Wants=dunst.service Wants=dunst.service
Wants=element.service Wants=element.service
{% for profile in user.firefox_profiles|default([]) %} {% for profile in (user.firefox_profiles|default({})).keys() %}
Wants=firefox@{{ profile.name }}.service Wants=firefox@{{ profile }}.service
{% endfor %} {% endfor %}
Wants=gpg-agent.service Wants=gpg-agent.service
Wants=gnome-keyring.service Wants=gnome-keyring.service