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

8 lines
144 B
Nix
Executable file

{
programs.zoxide = {
enable = true;
enableZshIntegration = true;
enableBashIntegration = true;
options = ["--cmd j"];
};
}