dots/modules/home-manager/features/fd.nix
2026-01-14 11:57:32 +11:00

6 lines
65 B
Nix

{
programs.fd = {
enable = true;
hidden = true;
};
}