Test to see what happens if I disable fonts

This commit is contained in:
Lillian Violet 2024-02-28 14:28:17 +01:00
parent b9469c840f
commit b8726e7f4b

View file

@ -38,10 +38,10 @@
# System libraries
];
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-emoji-blob-bin
noto-fonts-emoji
(nerdfonts.override {fonts = ["FiraCode" "DroidSansMono"];})
];
# fonts.packages = with pkgs; [
# noto-fonts
# noto-fonts-emoji-blob-bin
# noto-fonts-emoji
# (nerdfonts.override {fonts = ["FiraCode" "DroidSansMono"];})
# ];
}