nixos/wayland-session: fix conflicts between users
This commit is contained in:
parent
24cc306763
commit
4df2726a5c
@ -14,12 +14,12 @@
|
|||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
dconf.enable = lib.mkDefault true;
|
dconf.enable = lib.mkDefault true;
|
||||||
xwayland.enable = lib.mkDefault enableXWayland;
|
xwayland.enable = lib.mkIf enableXWayland (lib.mkDefault true);
|
||||||
};
|
};
|
||||||
|
|
||||||
services.graphical-desktop.enable = true;
|
services.graphical-desktop.enable = true;
|
||||||
|
|
||||||
xdg.portal.wlr.enable = enableWlrPortal;
|
xdg.portal.wlr.enable = lib.mkIf enableWlrPortal true;
|
||||||
xdg.portal.extraPortals = lib.mkIf enableGtkPortal [
|
xdg.portal.extraPortals = lib.mkIf enableGtkPortal [
|
||||||
pkgs.xdg-desktop-portal-gtk
|
pkgs.xdg-desktop-portal-gtk
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user