This commit is contained in:
iFargle 2023-07-02 16:50:31 +09:00
parent f95d274248
commit 67e11a1410

View file

@ -154,6 +154,7 @@
};
# Fonts
fonts = {
fontconfig = {
defaultFonts = {
emoji = [ "Noto Color Emoji" ];
@ -163,12 +164,14 @@
};
includeUserConf = false;
};
fonts.fonts = with pkgs; [
fonts = with pkgs; [
cascadia-code
(nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
noto-fonts-emoji
sarasa-gothic
];
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions