mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:19:42 +00:00
Add zoxide
This commit is contained in:
parent
636d37cbdd
commit
cf6e100339
|
@ -5,5 +5,6 @@ _: {
|
|||
./eza.nix
|
||||
./man.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