mirror of
https://github.com/ItsDrike/nixdots
synced 2025-02-19 15:49:03 +00:00
6 lines
77 B
Nix
6 lines
77 B
Nix
{
|
|
programs.zoxide = {
|
|
enable = true;
|
|
options = ["--cmd z"];
|
|
};
|
|
}
|