universedesktop: Cleanup wayland packages

This commit is contained in:
2025-01-25 18:37:18 -05:00
parent e14c8721d1
commit 91e82c5687

View File

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