diff --git a/roles/sway/templates/config.j2 b/roles/sway/templates/config.j2 index edf8c6e..baca9a3 100644 --- a/roles/sway/templates/config.j2 +++ b/roles/sway/templates/config.j2 @@ -222,3 +222,9 @@ exec_always ~/.config/sway/import-gsettings # mako exec mako + +# pipewire +{% if ansible_os_family is 'void' %} +exec pipewire +exec pipewire-pulse +{% endif %}