mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
news: fix font config entry
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
time = "2025-08-05T19:17:36+00:00";
|
||||
condition = config.fontconfig.enable;
|
||||
condition = config.fonts.fontconfig.enable;
|
||||
message = ''
|
||||
The 'fontconfig' module now supports font rendering configuration.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user