fix(wayland): improve wayland setup ('xwayland', 'xwayland-sattelite', 'NIXOS_OZONE_WL')
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user