diff --git a/autostart/autostart.target.j2 b/autostart/autostart.target.j2 index 6ec00b6..c5871ff 100644 --- a/autostart/autostart.target.j2 +++ b/autostart/autostart.target.j2 @@ -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