fix emoji on firefox; use unstable joplin
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
fonts.enableDefaultPackages = true;
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
];
|
||||
fonts = {
|
||||
enableDefaultPackages = true;
|
||||
fontconfig.useEmbeddedBitmaps = true;
|
||||
packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
];
|
||||
};
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n = {
|
||||
|
||||
Reference in New Issue
Block a user