9 lines
135 B
Nix
9 lines
135 B
Nix
{...}: {
|
|
programs.zoxide = {
|
|
enable = true;
|
|
enableNushellIntegration = true;
|
|
options = [
|
|
"--cmd cdd"
|
|
];
|
|
};
|
|
}
|