nixos: apply workaround for portal bug
This commit is contained in:
parent
0df86e31ee
commit
fc6107a0e9
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@
|
|||
wrapperFeatures.gtk = true;
|
||||
systemd.xdgAutostart = true;
|
||||
config = {
|
||||
### Startup
|
||||
startup = [
|
||||
{command = "systemctl --user import-environment PATH";}
|
||||
];
|
||||
|
||||
### Visuals
|
||||
output."*".bg = "~/.local/share/backgrounds/Minato-Aqua-Dark.png fill";
|
||||
window.titlebar = false;
|
||||
|
|
Loading…
Reference in a new issue