From 1f4d74132b13936af1b99ef4806a65c9499777e3 Mon Sep 17 00:00:00 2001 From: chn Date: Thu, 3 Aug 2023 22:33:55 +0800 Subject: [PATCH] enable autojump --- modules/packages/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/packages/default.nix b/modules/packages/default.nix index 678031a1..78455edd 100644 --- a/modules/packages/default.nix +++ b/modules/packages/default.nix @@ -46,7 +46,7 @@ inputs: # downloader wget aria2 curl # 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 pigz rar upx unzip zip lzip p7zip # file system management @@ -86,6 +86,7 @@ inputs: command-not-found.enable = false; adb.enable = true; gnupg.agent = { enable = true; enableSSHSupport = true; }; + autojump.enable = true; }; services = {