mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 19:49:45 +01:00
40746b5c77
Recent nixpkgs update made a small change to how TOML is generated, causing the test toml to be out of date.
14 lines
175 B
TOML
14 lines
175 B
TOML
[font.bold]
|
|
family = "SFMono"
|
|
|
|
[font.normal]
|
|
family = "SFMono"
|
|
|
|
[[keyboard.bindings]]
|
|
chars = "\u000c"
|
|
key = "K"
|
|
mods = "Control"
|
|
|
|
[window.dimensions]
|
|
columns = 200
|
|
lines = 3
|