add noto fonts with colour emoji support
This commit is contained in:
parent
f8f17ea134
commit
8876ba67c1
11
home-pc.nix
11
home-pc.nix
|
@ -62,6 +62,17 @@ in
|
||||||
unstable.libu2f-host
|
unstable.libu2f-host
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Use noto fonts with emoji support
|
||||||
|
fonts.fonts = with pkgs; [
|
||||||
|
noto-fonts
|
||||||
|
noto-fonts-cjk
|
||||||
|
noto-fonts-emoji
|
||||||
|
];
|
||||||
|
fonts.fontconfig.penultimate.enable = false;
|
||||||
|
fonts.fontconfig.defaultFonts.monospace = ["Noto Color Emoji"];
|
||||||
|
fonts.fontconfig.defaultFonts.sansSerif = ["Noto Color Emoji"];
|
||||||
|
fonts.fontconfig.defaultFonts.serif = ["Noto Color Emoji"];
|
||||||
|
|
||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue