12 lines
152 B
Nix
12 lines
152 B
Nix
_: {
|
|
programs = {
|
|
zoxide = {
|
|
enable = true;
|
|
enableBashIntegration = true;
|
|
options = [
|
|
"--cmd cd"
|
|
];
|
|
};
|
|
};
|
|
}
|