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

@ -92,7 +92,10 @@
enable = true;
plugins = with pkgs.xfce; [thunar-archive-plugin thunar-volman];
};
nix-ld.enable = true;
nix-ld = {
enable = true;
package = pkgs.nix-ld-rs;
};
nm-applet.enable = true;
noisetorch.enable = true;
};