mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-10 10:47:02 +00:00
18 lines
347 B
TOML
18 lines
347 B
TOML
|
[core]
|
||
|
color-theme = "Custom"
|
||
|
custom-titlebar = false
|
||
|
icon-theme = "Material Icons"
|
||
|
|
||
|
[editor]
|
||
|
bracket-pair-colorization = true
|
||
|
cursor-surrounding-lines = 4
|
||
|
font-family = "FiraCode Nerd Bold Font, monospace"
|
||
|
font-size = 22
|
||
|
highlight-matching-brackets = true
|
||
|
render-whitespace = "all"
|
||
|
tab-width = 2
|
||
|
|
||
|
[ui]
|
||
|
font-size = 20
|
||
|
open-editors-visible = false
|