Test to see what happens if I disable fonts
This commit is contained in:
parent
b9469c840f
commit
b8726e7f4b
|
@ -38,10 +38,10 @@
|
||||||
# System libraries
|
# System libraries
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
# fonts.packages = with pkgs; [
|
||||||
noto-fonts
|
# noto-fonts
|
||||||
noto-fonts-emoji-blob-bin
|
# noto-fonts-emoji-blob-bin
|
||||||
noto-fonts-emoji
|
# noto-fonts-emoji
|
||||||
(nerdfonts.override {fonts = ["FiraCode" "DroidSansMono"];})
|
# (nerdfonts.override {fonts = ["FiraCode" "DroidSansMono"];})
|
||||||
];
|
# ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue