test
This commit is contained in:
parent
f95d274248
commit
67e11a1410
1 changed files with 16 additions and 13 deletions
|
@ -154,6 +154,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
|
fonts = {
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
emoji = [ "Noto Color Emoji" ];
|
emoji = [ "Noto Color Emoji" ];
|
||||||
|
@ -163,12 +164,14 @@
|
||||||
};
|
};
|
||||||
includeUserConf = false;
|
includeUserConf = false;
|
||||||
};
|
};
|
||||||
fonts.fonts = with pkgs; [
|
|
||||||
|
fonts = with pkgs; [
|
||||||
cascadia-code
|
cascadia-code
|
||||||
(nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
|
(nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
sarasa-gothic
|
sarasa-gothic
|
||||||
];
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
|
|
Loading…
Reference in a new issue