enable autojump

This commit is contained in:
陈浩南 2023-08-03 22:33:55 +08:00
parent 4b4ef558ad
commit 1f4d74132b

View File

@ -46,7 +46,7 @@ inputs:
# downloader # downloader
wget aria2 curl wget aria2 curl
# file manager # file manager
tree git autojump exa trash-cli lsd zellij broot file xdg-ninja mlocate tree git exa trash-cli lsd zellij broot file xdg-ninja mlocate
# compress # compress
pigz rar upx unzip zip lzip p7zip pigz rar upx unzip zip lzip p7zip
# file system management # file system management
@ -86,6 +86,7 @@ inputs:
command-not-found.enable = false; command-not-found.enable = false;
adb.enable = true; adb.enable = true;
gnupg.agent = { enable = true; enableSSHSupport = true; }; gnupg.agent = { enable = true; enableSSHSupport = true; };
autojump.enable = true;
}; };
services = services =
{ {