mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-12 23:27:17 +00:00
Add zoxide
This commit is contained in:
parent
636d37cbdd
commit
cf6e100339
|
@ -5,5 +5,6 @@ _: {
|
||||||
./eza.nix
|
./eza.nix
|
||||||
./man.nix
|
./man.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
|
./zoxide.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
6
home/programs/terminal/tools/zoxide.nix
Normal file
6
home/programs/terminal/tools/zoxide.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
programs.zoxide = {
|
||||||
|
enable = true;
|
||||||
|
options = ["--cmd z"];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue