mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +00:00
7 lines
77 B
Nix
7 lines
77 B
Nix
{
|
|
programs.zoxide = {
|
|
enable = true;
|
|
options = ["--cmd z"];
|
|
};
|
|
}
|