From 9c547b620708b01a4b1794482aae9c20ac94a63d Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sun, 15 Jun 2025 15:45:17 +0800 Subject: [PATCH] fix: persist zoxide database --- modules/cli/shell/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cli/shell/zsh.nix b/modules/cli/shell/zsh.nix index 5320e82..7e59ab5 100644 --- a/modules/cli/shell/zsh.nix +++ b/modules/cli/shell/zsh.nix @@ -14,6 +14,7 @@ lib.my.makeSwitch { "zsh" ]; config' = { + my.persist.homeDirs = [ ".local/share/zoxide" ]; my.home = let stateHome = config.my.home.xdg.stateHome;