Actually enabling zoxide

This commit is contained in:
2021-04-27 21:39:17 -04:00
parent 53e431031d
commit 8bd3f6e8bf

View File

@@ -55,6 +55,7 @@ in
};
programs.zoxide = {
enable = true;
enableZshIntegration = true;
};