DNS, update font nomenclature

This commit is contained in:
Kat Inskip 2023-11-11 09:35:08 -08:00
parent 6127a9df0b
commit a12b8ace7e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
6 changed files with 28 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{pkgs, ...}: {
fonts = {
fonts = with pkgs; [
packages = with pkgs; [
font-awesome
twitter-color-emoji
iosevka-bin

View file

@ -1,5 +1,5 @@
{pkgs, ...}: {
fonts.fonts = [
fonts.packages = [
pkgs.tamzen
];
i18n = {