fix syntax

This commit is contained in:
NullBite 2024-03-07 18:34:07 -05:00
parent e5803d4202
commit 493ae5d519
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -48,7 +48,7 @@ in
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" ]; }) (nerdfonts.override { fonts = [ "FiraCode" ]; })
noto-fonts-cjk noto-fonts-cjk
google-fonts.override { fonts = [ "NovaSquare" ];} (google-fonts.override { fonts = [ "NovaSquare" ];})
]; ];
# TODO this should be defined in home-manager or not at all probably # TODO this should be defined in home-manager or not at all probably