nixos: apply workaround for portal bug

This commit is contained in:
Guanran Wang 2024-01-16 16:56:10 +08:00
parent 0df86e31ee
commit fc6107a0e9
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -26,6 +26,11 @@
wrapperFeatures.gtk = true; wrapperFeatures.gtk = true;
systemd.xdgAutostart = true; systemd.xdgAutostart = true;
config = { config = {
### Startup
startup = [
{command = "systemctl --user import-environment PATH";}
];
### Visuals ### Visuals
output."*".bg = "~/.local/share/backgrounds/Minato-Aqua-Dark.png fill"; output."*".bg = "~/.local/share/backgrounds/Minato-Aqua-Dark.png fill";
window.titlebar = false; window.titlebar = false;