Add autojump

This commit is contained in:
Dave Gallant
2023-04-23 11:56:18 -04:00
parent 554bf469f8
commit 3cbfaca950

View File

@@ -303,6 +303,11 @@ in {
};
};
autojump = {
enable = true;
enableZshIntegration = true;
};
go = {
enable = true;
};