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
1 changed files with 4 additions and 3 deletions

View File

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