feat: add and use zoxide

This commit is contained in:
Oliver Davies 2022-10-12 07:59:47 +01:00
parent f7df88b616
commit 7cfdca5a06
3 changed files with 13 additions and 8 deletions

View file

@ -28,6 +28,7 @@
tree
unzip
wget
zoxide
# LSP
# TODO: nodePackages."@ansible/ansible-language-server"
@ -116,6 +117,15 @@
];
};
home.sessionPath = [
"$HOME/.config/bin"
];
xdg.configFile.bin = {
source = ../../../bin;
recursive = true;
};
xdg.configFile.nvim = {
source = ../../../config/neovim;
recursive = true;