Test to see what happens if I disable fonts
This commit is contained in:
parent
b9469c840f
commit
b8726e7f4b
|
@ -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"];})
|
||||
# ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue