feat(nixos): add nix-ld

This commit is contained in:
toast 2025-11-22 15:45:24 +09:00
parent a2f0329248
commit a98be4410a
2 changed files with 4 additions and 0 deletions

View file

@ -9,5 +9,6 @@
./ssh.nix ./ssh.nix
./ydotool.nix ./ydotool.nix
./steam.nix ./steam.nix
./nix-ld.nix
]; ];
} }

View file

@ -0,0 +1,3 @@
{
programs.nix-ld.enable = true;
}