11 lines
101 B
Nix
11 lines
101 B
Nix
{ ... }:
|
|
{
|
|
|
|
programs.zoxide = {
|
|
enable = true;
|
|
options = [
|
|
"--cmd cd"
|
|
];
|
|
};
|
|
|
|
}
|