pantheon/homes/x86_64-linux/rafiq/cli/file-browser.nix

8 lines
161 B
Nix

{
home.sessionVariables.FILE_BROWSER = "yazi";
programs.yazi = {
enable = true;
shellWrapperName = "t";
settings.mgr.sort_by = "natural";
};
}