Add wayland support for testing

This commit is contained in:
2026-01-08 16:33:39 +01:00
parent 9e5d53e530
commit a2827573fd
4 changed files with 74 additions and 4 deletions

View File

@@ -4,12 +4,19 @@ pkgs.mkShell {
packages = [
pkgs.electron
pkgs.jdt-language-server
pkgs.libxkbcommon
pkgs.maven
pkgs.mesa
pkgs.nodePackages.prettier
pkgs.nodejs
pkgs.nss
pkgs.openbox
pkgs.openjdk
pkgs.vulkan-loader
pkgs.wayland
pkgs.wayland-protocols
pkgs.weston
pkgs.xorg.xorgserver
pkgs.xwayland
];
}