diff options
Diffstat (limited to 'modules/dev-tools.nix')
| -rw-r--r-- | modules/dev-tools.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/dev-tools.nix b/modules/dev-tools.nix index c002fcb..3037167 100644 --- a/modules/dev-tools.nix +++ b/modules/dev-tools.nix @@ -25,6 +25,7 @@ jq knot-dns ripgrep + nix-ld pass sqlitebrowser starship @@ -68,4 +69,14 @@ }; }; }; + + home.sessionVariables = { + LD_LIBRARY_PATH = + with pkgs; + pkgs.lib.makeLibraryPath [ + stdenv.cc.cc.lib + zlib + glib + ]; + }; } |
