ADDED yazi

This commit is contained in:
kenji
2025-12-23 20:52:30 +00:00
parent ded05e23fc
commit 587266c904
6 changed files with 46 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
{pkgs, ...}: {
program.yazi = {
enable = true;
enableFishIntegration = true;
settings = {
manager = {
show_hidden = true;
sort_by = "natural";
sort_dir_first = true;
linemode = "size";
};
};
};
}