fix: persist zoxide database

This commit is contained in:
2025-06-15 15:45:17 +08:00
parent 2a4694b633
commit 9c547b6207

View File

@@ -14,6 +14,7 @@ lib.my.makeSwitch {
"zsh" "zsh"
]; ];
config' = { config' = {
my.persist.homeDirs = [ ".local/share/zoxide" ];
my.home = my.home =
let let
stateHome = config.my.home.xdg.stateHome; stateHome = config.my.home.xdg.stateHome;