fix(nix/hm/price): add some necessary C libs
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m18s

This commit is contained in:
Price Hiller 2024-05-19 15:44:26 -05:00
parent 8fd87ef216
commit 5e06e3d187
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -122,6 +122,9 @@ in
glibc.static
llvm
llvmPackages.libcxxStdenv
pkg-config
openssl.dev
curl.dev
]
++ [ rust-analyzer ];
@ -143,6 +146,8 @@ in
sessionVariables = {
TERMINFO_DIRS = "${config.home.homeDirectory}/.nix-profile/share/terminfo";
WSLENV = "TERMINFO_DIRS";
LD_LIBRARY_PATH = lib.strings.makeLibraryPath [ "${config.home.homeDirectory}/.nix-profile/" ];
PKG_CONFIG_PATH = "${config.home.homeDirectory}/.nix-profile/lib/pkgconfig";
GTK_PATH = "${pkgs.gtk-engine-murrine}/lib/gtk-2.0";
};
sessionPath = [ "${config.xdg.dataHome}/bin" ];