feat(desktop): enable nix-ld

This commit is contained in:
2026-07-03 15:44:46 -04:00
parent 97d53c36fe
commit a94532ef29

View File

@@ -19,6 +19,7 @@ in
time.timeZone = "America/New_York"; time.timeZone = "America/New_York";
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
hardware.nvidia-container-toolkit.enable = true; hardware.nvidia-container-toolkit.enable = true;
programs.nix-ld.enable = true;
security.pam.loginLimits = [ security.pam.loginLimits = [
{ {