forked from foxora/nix
13 lines
187 B
TOML
13 lines
187 B
TOML
|
|
[font]
|
||
|
|
size = 10
|
||
|
|
normal = { family = "DepartureMono Nerd Font Mono", style = "Regular" }
|
||
|
|
|
||
|
|
[general]
|
||
|
|
import = ["theme.toml"]
|
||
|
|
|
||
|
|
[mouse]
|
||
|
|
hide_when_typing = true
|
||
|
|
|
||
|
|
[scrolling]
|
||
|
|
history = 100000
|