fix(wayland): improve wayland setup ('xwayland', 'xwayland-sattelite', 'NIXOS_OZONE_WL')
This commit is contained in:
@@ -26,6 +26,13 @@ in
|
||||
useNautilus = false;
|
||||
};
|
||||
|
||||
programs.xwayland.enable = true;
|
||||
|
||||
environment = {
|
||||
systemPackages = [ pkgs.xwayland-satellite ];
|
||||
sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [
|
||||
|
||||
Reference in New Issue
Block a user