dots/modules/home-manager/features/zoxide.nix
2025-10-22 01:22:05 +11:00

9 lines
123 B
Nix

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