add nix-ld

This commit is contained in:
Frost-Phoenix 2024-06-23 20:33:00 +02:00
parent e008583e5e
commit 2f345011a0

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
{
programs.dconf.enable = true;
programs.zsh.enable = true;
@ -7,4 +7,6 @@
enableSSHSupport = true;
# pinentryFlavor = "";
};
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [];
}