Nix comments!!! :OOOOOOO

main
Johannes Hendrik Gerard van der Weide 2023-11-20 19:01:25 +01:00
parent 6452fd0eb0
commit 10346735a5
1 changed files with 12 additions and 1 deletions

View File

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