mirror of
https://git.sr.ht/~neverness/ultima
synced 2025-01-08 18:13:52 +00:00
29 lines
530 B
Nix
29 lines
530 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";
|
|
};
|
|
};
|
|
}
|