diff --git a/flake.nix b/flake.nix index fa9164a..cf9a532 100644 --- a/flake.nix +++ b/flake.nix @@ -43,9 +43,20 @@ # Fluff onefetch cargo-mommy - # Required and other tools + # Bevy pkg-config alsa-lib + vulkan-loader + udev + # If on x11 + xorg.libX11 + xorg.libXcursor + xorg.libXi + xorg.libXrandr + # If on wayland + libxkbcommon + wayland + # Rust rustToolchain ]) ++ pkgs.lib.optionals pkgs.stdenv.isDarwin (with pkgs; [ libiconv ]); shellHook = ''