nix-dotfiles/hosts/modules/ld.nix
2025-06-30 21:21:44 -06:00

5 lines
50 B
Nix

{
programs.nix-ld = {
enable = true;
};
}