feat(fmt): Add nix-ld to configuration.nix

This commit is contained in:
uttarayan21
2024-03-23 20:35:28 +05:30
parent 5a6bc5638a
commit abc9721408

View File

@@ -26,10 +26,6 @@
nix.gc.dates = "daily";
nix.gc.options = "--delete-older-than +5";
boot.lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
@@ -177,10 +173,10 @@
dedicatedServer.openFirewall = true;
};
nix-ld = {
enable = true;
libraries = with pkgs; [
libglvnd
];
enable = true;
libraries = with pkgs; [
libglvnd
];
};
};