nixos/wayland-session: force running xdg autostart for WM-only sessions
This commit is contained in:
parent
98f9f9951a
commit
7b2a2824b3
@ -20,4 +20,8 @@
|
||||
};
|
||||
|
||||
xdg.portal.wlr.enable = wlr-portal;
|
||||
|
||||
# Window manager only sessions (unlike DEs) don't handle XDG
|
||||
# autostart files, so force them to run the service
|
||||
services.xserver.desktopManager.runXdgAutostartIfNone = lib.mkDefault true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user