/ cli / fd.nix
fd.nix
1  { config, lib, pkgs, ... }: { programs.fd = { enable = true; }; }