Skip to content

Commit

Permalink
nixos: fix wayland
Browse files Browse the repository at this point in the history
Suggested-by: @duck1123
Fixes: #609
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Dec 25, 2024
1 parent 55cc8e4 commit f569f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with pkgs;

let
x11libs = lib.makeLibraryPath [ xorg.libX11 xorg.libXcursor xorg.libXrandr xorg.libXi libglvnd vulkan-loader vulkan-validation-layers libxkbcommon ];
x11libs = lib.makeLibraryPath [ xorg.libX11 xorg.libXcursor xorg.libXrandr xorg.libXi libglvnd vulkan-loader vulkan-validation-layers libxkbcommon wayland ];
in
mkShell ({
nativeBuildInputs = [
Expand Down

0 comments on commit f569f94

Please sign in to comment.