mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-01-31 16:50:23 +00:00
9 lines
123 B
Nix
9 lines
123 B
Nix
{
|
|
programs.zoxide = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
options = [
|
|
"--cmd cd"
|
|
];
|
|
};
|
|
}
|