feat(yazi): add config arg and preview cache_dir
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-01-13 16:01:52 +05:30
parent f90f84b3f7
commit 2494e8ce83

View File

@@ -1,4 +1,4 @@
{...}: {
{config, ...}: {
programs. yazi = {
enable = true;
enableFishIntegration = true;
@@ -13,6 +13,9 @@
}
];
};
preview = {
cache_dir = config.home.homeDirectory + "/.cache/yazi/previews";
};
};
};
}