From e1f93f8e8bef1b75260be27d2ebfd71563d76e79 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 4 Feb 2024 22:56:05 +0000 Subject: [PATCH] i3: refactor to `fonts.names` --- system/nixos/home-manager/modules/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/nixos/home-manager/modules/i3.nix b/system/nixos/home-manager/modules/i3.nix index 667218a..165b660 100644 --- a/system/nixos/home-manager/modules/i3.nix +++ b/system/nixos/home-manager/modules/i3.nix @@ -121,7 +121,7 @@ in }; }]; - fonts = { names = [ "GeistMono" ]; }; + fonts.names = [ "GeistMono" ]; gaps = { smartBorders = "on";