marleyos/home/zoxide/default.nix

8 lines
86 B
Nix
Raw Normal View History

{...}: {
programs.zoxide = {
enable = true;
options = ["--cmd cd"];
};
}