home: wm: i3: use new 'fonts' option type
This commit is contained in:
parent
79525013b0
commit
f4cc68a650
|
@ -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) { } [
|
||||||
|
|
Loading…
Reference in a new issue