This commit is contained in:
iFargle 2023-07-02 16:48:26 +09:00
parent 3a4a2a8c6f
commit f95d274248

View file

@ -153,8 +153,6 @@
options = "--delete-older-than 7d"; options = "--delete-older-than 7d";
}; };
# Fonts # Fonts
fontconfig = { fontconfig = {
defaultFonts = { defaultFonts = {
@ -165,7 +163,7 @@
}; };
includeUserConf = false; includeUserConf = false;
}; };
fonts = with pkgs; [ fonts.fonts = with pkgs; [
cascadia-code cascadia-code
(nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; }) (nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
noto-fonts-emoji noto-fonts-emoji