Merge pull request #544 from genebean/fonts

Update fonts so emoji on dashboards work
This commit is contained in:
Gene Liverman 2025-08-24 22:18:07 -04:00 committed by GitHub
commit e717580eea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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