diff --git a/home/shell/autojump.nix b/home/shell/autojump.nix new file mode 100644 index 0000000..0c04908 --- /dev/null +++ b/home/shell/autojump.nix @@ -0,0 +1,5 @@ +{ + programs.autojump = { + enable = true; + }; +} diff --git a/home/shell/default.nix b/home/shell/default.nix index e594903..2ed4e4f 100644 --- a/home/shell/default.nix +++ b/home/shell/default.nix @@ -8,6 +8,7 @@ ./git.nix ./eza.nix ./atuin.nix + ./autojump.nix ]; }