10 lines
181 B
TOML
10 lines
181 B
TOML
[window]
|
|
padding = { x = 10, y = 10 }
|
|
dimensions = { columns = 140, lines = 40 }
|
|
|
|
[terminal]
|
|
shell = "/usr/bin/nu"
|
|
|
|
[font]
|
|
normal = { family = "RecMonoCasual Nerd Font" }
|
|
size = 11
|