From 5c829554280f3139ddbfce8561d7430efbf2abfb Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Thu, 27 Jul 2023 14:17:05 +0100 Subject: [PATCH] fix i3 config for latest version of hm (#133) --- modules/i3/hm.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/i3/hm.nix b/modules/i3/hm.nix index 3188bdf0..96ccc1da 100644 --- a/modules/i3/hm.nix +++ b/modules/i3/hm.nix @@ -11,7 +11,8 @@ let fonts = let fonts = config.stylix.fonts; in { - names = [ "${fonts.sansSerif.name} ${toString fonts.sizes.desktop}" ]; + names = [ fonts.sansSerif.name ]; + size = fonts.sizes.desktop * 1.0; }; in {