add yazi, dust, ouch, serie; drop zip/unzip

This commit is contained in:
2026-03-01 14:33:16 +00:00
parent 5a0e6a1e94
commit 31a5057517
5 changed files with 20 additions and 2 deletions

14
profiles/yazi.nix Normal file
View File

@@ -0,0 +1,14 @@
{
programs.yazi = {
enable = true;
enableNushellIntegration = true;
shellWrapperName = "y";
settings = {
manager = {
show_hidden = true;
sort_by = "natural";
sort_dir_first = true;
};
};
};
}