Fix firefox list in autostart.target

This commit is contained in:
2021-10-17 09:58:36 +02:00
parent d631cdba30
commit f06f98604f

View File

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