mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-01-31 12:40:24 +00:00
feat(home): add zoxide
This commit is contained in:
parent
6d0b5f7711
commit
f2a6dee669
2 changed files with 10 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
../modules/cli/nixvim
|
../modules/cli/nixvim
|
||||||
../modules/cli/zsh.nix
|
../modules/cli/zsh.nix
|
||||||
../modules/cli/direnv.nix
|
../modules/cli/direnv.nix
|
||||||
|
../modules/cli/zoxide.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
|
||||||
9
home/modules/cli/zoxide.nix
Normal file
9
home/modules/cli/zoxide.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
programs.zoxide = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
options = [
|
||||||
|
"--cmd cd"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue