fix: add font packages for QEMU GTK display rendering
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user