add yazi, dust, ouch, serie; drop zip/unzip
This commit is contained in:
14
profiles/yazi.nix
Normal file
14
profiles/yazi.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user