[shared] Moved cmdline tools to /shell in home-manager config. Added Yazi catppuccin theme instead of manual

This commit is contained in:
2025-04-16 15:09:53 +02:00
parent b9e009b0cb
commit f1d2672194
13 changed files with 110 additions and 5597 deletions

View File

@ -0,0 +1,54 @@
{
theme,
...
}:
{
catppuccin.yazi = {
enable = true;
flavor = theme.flavor;
accent = "blue";
};
programs.yazi = {
enable = true;
settings = {
manager = {
ratio = [
2
4
2
];
sort_by = "natural";
sort_sensitive = true;
sort_reverse = false;
sort_dir_first = true;
linemode = "none";
show_hidden = true;
show_symlink = true;
};
preview = {
image_filter = "lanczos3";
image_quality = 90;
tab_size = 1;
max_width = 600;
max_height = 900;
cache_dir = "";
ueberzug_scale = 1;
ueberzug_offset = [
0
0
0
0
];
};
tasks = {
micro_workers = 5;
macro_workers = 10;
bizarre_retry = 5;
};
};
};
}