88 current 2024-03-01 13:54:20 24.05.20240228.9099616 6.6.18 *

This commit is contained in:
zackartz 2024-03-01 13:54:25 -05:00
parent ea5f1934d1
commit 03bcd6cf68

View file

@ -121,6 +121,12 @@
EDITOR = "nvim";
};
programs.zoxide = {
enable = true;
enableZshIntegration = true;
options = ["--cmd cd"];
};
programs.nixvim = ./vim.nix;
# Let Home Manager install and manage itself.