fix: add required libraries for modrinth

This commit is contained in:
Youwen Wu 2024-08-01 01:12:51 -07:00
parent 17507a42a6
commit 41e1fe3b6f
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -58,7 +58,7 @@
programs.nix-ld = { programs.nix-ld = {
enable = true; enable = true;
libraries = [ pkgs.icu ]; libraries = with pkgs; [ icu xorg.libXtst xorg.libXi ];
}; };
# Enable the KDE Plasma Desktop Environment. # Enable the KDE Plasma Desktop Environment.