Yazi: Difference between revisions
Mention where to find yazi plugins. |
→Troubleshooting: RAR file support needs _7zz-rar as a dependency |
||
| Line 153: | Line 153: | ||
== Troubleshooting == | == Troubleshooting == | ||
===RAR file extraction=== | |||
By default, yazi depends on _7zz in nixpkgs for extraction and previewing purposes. This does not support RAR files by default. To enable support, you can override the _7zz in the dependencies into unfree rar version. | |||
<syntaxHighlight lang=text> | |||
pkgs.yazi.override {_7zz = pkgs._7zz-rar; } | |||
</syntaxHighlight> | |||
== References == | == References == | ||
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category:File Manager]] | [[Category:File Manager]] | ||