fix(wayland): improve wayland setup ('xwayland', 'xwayland-sattelite', 'NIXOS_OZONE_WL')

This commit is contained in:
2026-05-16 11:58:26 +02:00
parent 11a89aa772
commit 7e6ae8f0dd

View File

@@ -26,6 +26,13 @@ in
useNautilus = false; useNautilus = false;
}; };
programs.xwayland.enable = true;
environment = {
systemPackages = [ pkgs.xwayland-satellite ];
sessionVariables.NIXOS_OZONE_WL = "1";
};
xdg.portal = { xdg.portal = {
enable = true; enable = true;
extraPortals = [ extraPortals = [