From 91e82c568701f64926bdfdce3f1e1089736fc9f5 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Sat, 25 Jan 2025 18:37:18 -0500 Subject: [PATCH] universedesktop: Cleanup wayland packages --- machines/universedesktop/desktop/wayland.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/machines/universedesktop/desktop/wayland.nix b/machines/universedesktop/desktop/wayland.nix index e850b62..df89cb1 100644 --- a/machines/universedesktop/desktop/wayland.nix +++ b/machines/universedesktop/desktop/wayland.nix @@ -29,9 +29,5 @@ programs.xwayland.enable = true; environment.systemPackages = with pkgs; [ - # Minecraft can behave oddly on wayland without this - glfw-wayland-minecraft - # Screen mirroring: - wdomirror ]; }