fix syntax
This commit is contained in:
parent
e5803d4202
commit
493ae5d519
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user