fontconfig
This commit is contained in:
@@ -26,9 +26,35 @@
|
||||
use-xdg-base-directories = true;
|
||||
};
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
fonts.fontconfig.defaultFonts = {
|
||||
monospace = [
|
||||
"Hack"
|
||||
];
|
||||
sansSerif = [
|
||||
"Notonoto Sans"
|
||||
"Noto Sans"
|
||||
];
|
||||
serif = [
|
||||
"Notonoto Serif"
|
||||
"Noto Serif"
|
||||
];
|
||||
emoji = [
|
||||
"Noto Color Emoji"
|
||||
"Noto Emoji"
|
||||
"Noto Emoji Blob"
|
||||
"Noto Monochrome Emoji"
|
||||
];
|
||||
};
|
||||
fonts.packages = with pkgs; [
|
||||
hack-font
|
||||
nerd-fonts.hack
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
noto-fonts-color-emoji
|
||||
noto-fonts-monochrome-emoji
|
||||
noto-fonts-emoji-blob-bin
|
||||
];
|
||||
|
||||
services.xserver.xkb.layout = "no";
|
||||
|
||||
Reference in New Issue
Block a user