change package to nix-ld-rs

This commit is contained in:
2024-08-02 02:03:59 +05:30
parent f31f43520c
commit 2cfeb76ecb
3 changed files with 11 additions and 2 deletions

View File

@ -27,10 +27,13 @@
programs = {
ssh.startAgent = true;
zsh.enable = true;
nix-ld = {
enable = true;
libraries = config.hardware.opengl.extraPackages;
package = pkgs.nix-ld-rs;
};
dconf.enable = true;
};