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