delete old modules

Former-commit-id: 5cc7a65ea1
This commit is contained in:
Hadi
2025-01-23 17:36:13 +01:00
parent 223b91e075
commit 1098005af6
6 changed files with 0 additions and 483 deletions
-17
View File
@@ -1,17 +0,0 @@
# Yazi is a TUI file explorer
{
programs.yazi = {
enable = true;
enableZshIntegration = true;
settings = {
log = { enabled = false; };
manager = {
show_hidden = false;
sort_by = "modified";
sort_dir_first = true;
sort_reverse = true;
};
};
};
}