Update fonts so emoji on dashboards work

This commit is contained in:
Gene Liverman 2025-08-24 22:15:24 -04:00
parent d879524801
commit 7139262b33
No known key found for this signature in database

View file

@ -15,6 +15,18 @@
wlr-randr wlr-randr
]; ];
fonts = {
fontconfig = {
enable = true;
useEmbeddedBitmaps = true;
};
packages = with pkgs; [
noto-fonts
noto-fonts-emoji
noto-fonts-cjk-sans
];
};
hardware = { hardware = {
enableRedistributableFirmware = true; enableRedistributableFirmware = true;
graphics.enable = true; graphics.enable = true;