home: wm: i3: use new 'fonts' option type

This commit is contained in:
Bruno BELANYI 2021-05-04 19:15:49 +02:00
parent 554620f004
commit 5930fc0d3b

View file

@ -105,9 +105,10 @@ in
mouseWarping = true; # Let's moving around when switching screens mouseWarping = true; # Let's moving around when switching screens
}; };
fonts = [ fonts = {
"DejaVu Sans Mono 8" names = [ "DejaVu Sans Mono" ];
]; size = 8.0;
};
# I don't care for i3's default values, I specify them all explicitly # I don't care for i3's default values, I specify them all explicitly
keybindings = builtins.foldl' (lhs: rhs: lhs // rhs) { } [ keybindings = builtins.foldl' (lhs: rhs: lhs // rhs) { } [