nixos: use non-deprecated fontconfig option
This commit is contained in:
parent
9cc30b18f7
commit
fa82ced414
|
@ -15,7 +15,7 @@ let
|
||||||
|
|
||||||
# The per-user directory inside /etc/profiles is not known by
|
# The per-user directory inside /etc/profiles is not known by
|
||||||
# fontconfig by default.
|
# fontconfig by default.
|
||||||
fonts.fontconfig.enableProfileFonts =
|
fonts.fontconfig.enable =
|
||||||
cfg.useUserPackages && config.fonts.fontconfig.enable;
|
cfg.useUserPackages && config.fonts.fontconfig.enable;
|
||||||
|
|
||||||
home.username = config.users.users.${name}.name;
|
home.username = config.users.users.${name}.name;
|
||||||
|
|
Loading…
Reference in a new issue