From eed01fe24d509ccedb6c392c8d776f3c36528c76 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Fri, 22 Dec 2023 10:16:45 -0500 Subject: [PATCH] fix(fonts): use updated option name --- modules/fonts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fonts.nix b/modules/fonts.nix index 8968609..e9c1cf0 100644 --- a/modules/fonts.nix +++ b/modules/fonts.nix @@ -1,7 +1,7 @@ {pkgs, ...}: { # Font Settings fonts = { - fonts = with pkgs; [ + packages = with pkgs; [ roboto inter ];