fix(fonts): use updated option name
This commit is contained in:
parent
f9aa94d93e
commit
eed01fe24d
@ -1,7 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
# Font Settings
|
||||
fonts = {
|
||||
fonts = with pkgs; [
|
||||
packages = with pkgs; [
|
||||
roboto
|
||||
inter
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user