fix(fonts): use updated option name

This commit is contained in:
Michael Thomas 2023-12-22 10:16:45 -05:00
parent f9aa94d93e
commit eed01fe24d

View File

@ -1,7 +1,7 @@
{pkgs, ...}: {
# Font Settings
fonts = {
fonts = with pkgs; [
packages = with pkgs; [
roboto
inter
];