some applications, such as simple-scan, pavucontrol, evince and gedit, connect to the 'portal' on startup (or timeout in ~20 seconds).
when on NixOS, the NixOS sway module creates an /etc/sway/config.d/nixos.conf with the relevant configuration, so you have to
include /etc/sway/config.d/*
at the bottom of your volare config.
let's figure out how to make this fit together so it works out of the box.
some applications, such as simple-scan, pavucontrol, evince and gedit, connect to the 'portal' on startup (or timeout in ~20 seconds).
when on NixOS, the NixOS sway module creates an `/etc/sway/config.d/nixos.conf` with the relevant configuration, so you have to
```
include /etc/sway/config.d/*
```
at the bottom of your volare config.
let's figure out how to make this fit together so it works out of the box.