nix: move joshuto to shared homeModules

This commit is contained in:
Primrose 2024-08-08 12:55:14 +02:00
parent a6a2e3c98a
commit c859cdfecf
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
8 changed files with 3 additions and 6 deletions

View file

@ -0,0 +1,57 @@
numbered_command = false
mouse_support = true
focus_on_create = true
use_trash = true
watch_files = true
xdg_open = false
xdg_open_fork = false
case_insensitive_ext = false
zoxide_update = false
custom_commands = []
[display]
# default, hsplit
mode = "default"
automatically_count_files = false
collapse_preview = true
# ratios for parent view (optional), current view and preview
column_ratio = [1, 4, 4]
scroll_offset = 6
show_borders = true
show_hidden = false
show_icons = false
# none, absolute, relative
line_number_style = "none"
# size, mtime, user, gourp, perm. can be combined with |.
# `none` to disable, `all` to enable all
# all and none can't be combined with other options
linemode = "size"
[display.sort]
# lexical, mtime, natural, size, ext
sort_method = "natural"
case_sensitive = false
directories_first = true
reverse = false
[preview]
max_preview_size = "2097152" # 2MB
preview_script = "~/.config/joshuto/preview_file.sh" # make sure it's marked as executable
[search]
# insensitive, sensitive, smart
string_case_sensitivity = "insensitive"
# see above
glob_case_sensitivity = "sensitive"
# see above
regex_case_sensitivity = "sensitive"
# see above
fzf_case_sensitivity = "insensitive"
[tab]
# inherit, home, root
home_page = "home"