universedesktop: Wayland: mirror and mc fix

This commit is contained in:
2024-05-12 08:42:15 -04:00
parent 77185ad8f3
commit c490063598

View File

@@ -28,4 +28,11 @@
}; };
}; };
programs.xwayland.enable = true; programs.xwayland.enable = true;
environment.systemPackages = with pkgs; [
# Minecraft can behave oddly on wayland without this
glfw-wayland-minecraft
# Screen mirroring:
wdomirror
];
} }