mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
nixos: use non-deprecated fontconfig option
This commit is contained in:
parent
9cc30b18f7
commit
fa82ced414
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ let
|
|||
|
||||
# The per-user directory inside /etc/profiles is not known by
|
||||
# fontconfig by default.
|
||||
fonts.fontconfig.enableProfileFonts =
|
||||
fonts.fontconfig.enable =
|
||||
cfg.useUserPackages && config.fonts.fontconfig.enable;
|
||||
|
||||
home.username = config.users.users.${name}.name;
|
||||
|
|
Loading…
Reference in a new issue