fix(persistence): zoxide directory typo looool

This commit is contained in:
Mohammad Rafiq 2025-05-20 17:40:34 +08:00
parent e1337e0f99
commit 915444a4b6
No known key found for this signature in database
4 changed files with 3 additions and 9 deletions

View file

@ -22,7 +22,7 @@
programs.zoxide.enable = true;
home.shellAliases.cd = "z";
home.persistence."/persist/home/${config.snowfallorg.user.name}".directories = [
"./local/share/zoxide"
".local/share/zoxide"
];
}
{