mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-17 04:47:53 +08:00
autojump -> zoxide
This commit is contained in:
parent
aa970cafdd
commit
d4f167a86a
1 changed files with 2 additions and 1 deletions
3
home.nix
3
home.nix
|
|
@ -124,7 +124,8 @@ rec {
|
|||
};
|
||||
|
||||
bat.enable = true;
|
||||
autojump.enable = true;
|
||||
autojump.enable = false;
|
||||
zoxide.enable = true;
|
||||
fzf.enable = true;
|
||||
jq.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue