This commit is contained in:
Hadi 2024-06-26 21:19:04 +02:00
parent 6a8382c79e
commit 1df0f31dbc
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,39 @@
{
programs.yazi = {
enable = true;
enableZshIntegration = true;
settings = {
log = { enabled = false; };
manager = {
show_hidden = false;
sort_by = "modified";
sort_dir_first = true;
sort_reverse = true;
};
};
theme = {
filetype = {
rules = [
{
fg = "#7AD9E5";
mime = "image/*";
}
{
fg = "#F3D398";
mime = "video/*";
}
{
fg = "#F3D398";
mime = "audio/*";
}
{
fg = "#CD9EFC";
mime = "application/x-bzip";
}
];
};
};
};
}

View File

@ -16,6 +16,7 @@
../../home/programs/fetch ../../home/programs/fetch
../../home/programs/lf ../../home/programs/lf
../../home/programs/git ../../home/programs/git
../../home/programs/yazi
# Scripts # Scripts
../../home/scripts # All scripts ../../home/scripts # All scripts