From 5930fc0d3bd7f2e5739c7af62e84c37f3a81d78a Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 4 May 2021 19:15:49 +0200 Subject: [PATCH] home: wm: i3: use new 'fonts' option type --- home/wm/i3.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home/wm/i3.nix b/home/wm/i3.nix index b4994e8..9446e99 100644 --- a/home/wm/i3.nix +++ b/home/wm/i3.nix @@ -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) { } [