mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nixos/wayland-session: force running xdg autostart for WM-only sessions
(cherry picked from commit 7b2a2824b3
)
This commit is contained in:
parent
00622e9fcf
commit
ad1684cd48
@ -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