fix: update fonts configuration for NixOS changes
- Rename fonts.fonts to fonts.packages (deprecated option) - Add cantarell-fonts (GNOME default) and ubuntu-classic for better font coverage - Should resolve QEMU font warnings for DejaVu Sans Mono
This commit is contained in:
@@ -1207,14 +1207,12 @@ isoConfig
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Font packages for GUI rendering (QEMU GTK display)
|
# Font packages for GUI rendering (QEMU GTK display)
|
||||||
fonts.fonts = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
liberation_ttf
|
liberation_ttf
|
||||||
noto-fonts
|
noto-fonts
|
||||||
# Additional fonts for QEMU compatibility
|
cantarell-fonts # GNOME default font
|
||||||
freefont_ttf
|
ubuntu-classic # Additional font for compatibility
|
||||||
ubuntu_font_family
|
|
||||||
cantarell-fonts
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# GUI Configuration
|
# GUI Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user