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";
};
# Fonts
fontconfig = {
defaultFonts = {
@ -165,7 +163,7 @@
};
includeUserConf = false;
};
fonts = with pkgs; [
fonts.fonts = with pkgs; [
cascadia-code
(nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
noto-fonts-emoji