Actually enabling zoxide

This commit is contained in:
Dustin Swan 2021-04-27 21:39:17 -04:00
parent 53e431031d
commit 8bd3f6e8bf
No known key found for this signature in database
GPG key ID: AB49BD6B2B3A6377

View file

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