Add autojump configuration

This commit is contained in:
panotaka
2023-11-25 23:06:23 -04:00
parent b9a68712e6
commit a22135bec2
2 changed files with 6 additions and 0 deletions

5
home/shell/autojump.nix Normal file
View File

@@ -0,0 +1,5 @@
{
programs.autojump = {
enable = true;
};
}