diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-18 09:49:29 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-18 09:49:29 -0800 |
commit | 59904ce2976b15c433e4bbdf9888cb48f6542e8a (patch) | |
tree | 628f13e34859659d20384947bb91ebd07fb4a540 /hosts/common/desktop | |
parent | gammastep: use lat/long from locale (diff) | |
download | world-59904ce2976b15c433e4bbdf9888cb48f6542e8a.tar.gz |
fonts: rename some options
`fontconfig.ultimate` does not exists anymore, and `enableFontDir` has been renamed to `fontDir.enable`.
Diffstat (limited to '')
-rw-r--r-- | hosts/common/desktop/fonts.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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 |