mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
20 lines
316 B
Nix
20 lines
316 B
Nix
|
|
{
|
||
|
|
settings = {
|
||
|
|
log = {
|
||
|
|
enabled = false;
|
||
|
|
};
|
||
|
|
manager = {
|
||
|
|
show_hidden = true;
|
||
|
|
sort_by = "alphabetical";
|
||
|
|
sort_dir_first = true;
|
||
|
|
sort_reverse = false;
|
||
|
|
};
|
||
|
|
preview = {
|
||
|
|
tab_size = 1;
|
||
|
|
wrap = "yes";
|
||
|
|
max_width = 1500;
|
||
|
|
max_height = 1000;
|
||
|
|
};
|
||
|
|
};
|
||
|
|
}
|