fix(binto): set font to float value
This commit is contained in:
parent
fbfe8958cf
commit
972bd0be04
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
services.hostvars = {
|
services.hostvars = {
|
||||||
username = "matt";
|
username = "matt";
|
||||||
fontSize = 10;
|
fontSize = 10.0;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.matt = {
|
users.users.matt = {
|
||||||
|
|
Loading…
Reference in a new issue