Add custom skull texture keybind for items

This commit is contained in:
Linnea Gräf
2024-03-17 18:22:50 +01:00
parent ec36c21141
commit 55586a64d7
3 changed files with 33 additions and 3 deletions

View File

@@ -11,5 +11,11 @@ pkgs.mkShell {
temurin-bin-17
reuse
pre-commit
glfw
libGL
];
shellHook = ''
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${pkgs.glfw}/lib"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${pkgs.libGL}/lib"
'';
}