diff --git a/users/price/home.nix b/users/price/home.nix index df46e019..21be39da 100644 --- a/users/price/home.nix +++ b/users/price/home.nix @@ -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" ];