Nix comments!!! :OOOOOOO
parent
6452fd0eb0
commit
10346735a5
13
flake.nix
13
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 = ''
|
||||
|
|
Loading…
Reference in New Issue