mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 15:50:43 +00:00
Add zoxide
This commit is contained in:
parent
636d37cbdd
commit
cf6e100339
2 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue