fixes zoxide config string

This commit is contained in:
Dennis Schoepf 2025-09-20 22:31:54 +02:00
parent b548ea3b38
commit 8eba7303fe

View file

@ -1,5 +1,5 @@
{
zoxide = {
programs.zoxide = {
enable = true;
enableBashIntegration = true;
};