From 59904ce2976b15c433e4bbdf9888cb48f6542e8a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 18 Feb 2022 09:49:29 -0800 Subject: fonts: rename some options `fontconfig.ultimate` does not exists anymore, and `enableFontDir` has been renamed to `fontDir.enable`. --- hosts/common/desktop/fonts.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/common/desktop/fonts.nix b/hosts/common/desktop/fonts.nix index 1148f2d..8f8a554 100644 --- a/hosts/common/desktop/fonts.nix +++ b/hosts/common/desktop/fonts.nix @@ -2,10 +2,9 @@ { fonts = { - enableFontDir = true; enableDefaultFonts = true; + fontDir.enable = true; fontconfig.enable = true; - fontconfig.ultimate.enable = true; fonts = with pkgs; [ dejavu_fonts noto-fonts -- cgit 1.4.1