Fix firefox list in autostart.target
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user