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;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue