Okay, this seems promising

This commit is contained in:
maxstrb 2026-02-23 00:10:54 +01:00
parent 2149bebc34
commit a831c881a3
13 changed files with 6941 additions and 2 deletions

View file

@ -35,7 +35,13 @@
gnumake
rustToolchain
evcxr
pkg-config
];
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath (with pkgs; [
wayland
libxkbcommon
]);
};
};
};