Yazi: Difference between revisions
m Changed "layout" to "ratio" in advanced config. https://yazi-rs.github.io/docs/configuration/yazi#manager.ratio Tags: Mobile edit Mobile web edit Visual edit |
Hildeguard (talk | contribs) m Fixed a incorrect usage of the word "Afterwords", which is normally used to mean "epilogue" / "postsript" / "appendix", see https://en.wiktionary.org/wiki/afterword. The correct word in this context is "Afterwards", see https://en.wiktionary.org/wiki/afterwards. |
||
| Line 95: | Line 95: | ||
yazi.url = "github:sxyazi/yazi"; | yazi.url = "github:sxyazi/yazi"; | ||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight>Afterwards, you can use the new package.<syntaxhighlight lang="nix"> | ||
# Global | # Global | ||
environment.systemPackages = [ yazi.packages.${pkgs.system}.default ]; | environment.systemPackages = [ yazi.packages.${pkgs.system}.default ]; | ||