diff --git a/modules/hosts/nixos/kiosk-entryway/default.nix b/modules/hosts/nixos/kiosk-entryway/default.nix index a45603f..0e35ebd 100644 --- a/modules/hosts/nixos/kiosk-entryway/default.nix +++ b/modules/hosts/nixos/kiosk-entryway/default.nix @@ -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;