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