fix: add font packages for QEMU GTK display rendering

This commit is contained in:
2025-09-15 13:29:32 +02:00
parent 88089b7fb6
commit 9384f9e567

View File

@@ -1203,6 +1203,13 @@ isoConfig
extensions = [ ];
};
# Font packages for GUI rendering (QEMU GTK display)
fonts.packages = with pkgs; [
dejavu_fonts
liberation_ttf
noto-fonts
];
# GUI Configuration
services.xserver = {
enable = true;