add zoxide

This commit is contained in:
Frost-Phoenix 2023-12-06 22:05:30 +01:00
parent 970b0bc69e
commit 0387ffe161

View file

@ -56,4 +56,10 @@
psv = "source .venv/bin/activate";
};
};
programs.zoxide = {
enable = true;
enableZshIntegration = true;
};
}