nix-darwin/home/fd.nix
Poby fed3a5226a
feat: add python 3.13 as mise global
format with alejandra
2026-03-15 02:50:29 +09:00

7 lines
90 B
Nix
Executable file

{
programs.fd = {
enable = true;
ignores = [".git/"];
hidden = true;
};
}