mirror of
https://git.sr.ht/~neverness/ultima
synced 2025-01-09 19:03:53 +00:00
21 lines
476 B
Nix
21 lines
476 B
Nix
|
{
|
||
|
programs.joshuto.settings = {
|
||
|
mouse_support = false;
|
||
|
xdg_open = false;
|
||
|
xdg_open_fork = false;
|
||
|
use_trash = true;
|
||
|
focus_on_create = true;
|
||
|
max_preview_size = "2 GB";
|
||
|
zoxide_update = true;
|
||
|
display = {
|
||
|
collapse_preview = true;
|
||
|
column_ratio = [ 1 3 4 ];
|
||
|
show_borders = true;
|
||
|
show_icons = true;
|
||
|
tilde_in_titlebar = true;
|
||
|
sort = { directories_first = true; };
|
||
|
};
|
||
|
tab = { home_page = "inherit"; };
|
||
|
};
|
||
|
}
|