Skip to content

Commit

Permalink
Replace autojump with zoxide
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Apr 11, 2024
1 parent d99a4be commit 1e9fcd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
pkgs.yq
];

programs.autojump.enable = true;

programs.direnv.enable = true;

programs.fzf.enable = true;
Expand Down Expand Up @@ -76,4 +74,6 @@
};

programs.starship.enable = true;

programs.zoxide.enable = true;
}

0 comments on commit 1e9fcd1

Please sign in to comment.