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, ...}: { {pkgs, ...}: {
# Font Settings # Font Settings
fonts = { fonts = {
fonts = with pkgs; [ packages = with pkgs; [
roboto roboto
inter inter
]; ];