fix emoji on firefox; use unstable joplin

This commit is contained in:
2025-05-28 17:44:07 +01:00
parent a04a6b81f1
commit 7767ff77ba
3 changed files with 13 additions and 10 deletions

View File

@@ -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 = {