refactor: clean up tree wide

This commit is contained in:
Mohammad Rafiq 2025-05-26 07:48:07 +08:00
parent ad7c7056f9
commit 39c52199a0
No known key found for this signature in database
3 changed files with 42 additions and 37 deletions

View file

@ -5,6 +5,18 @@
programs.yazi = {
enable = true;
shellWrapperName = "t";
settings = {
manager = {
sort_by = "natural";
prepend_keymap = [
{
on = "l";
run = "plugin smart-enter";
desc = "";
}
];
};
};
};
};
}