From 290d9af89b63b82e98a588ac794c84016fd00e73 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 10 Nov 2020 07:58:56 +0100 Subject: modules: Rename enableFontDir to fontDir.enable The option has been renamed since a while[1] ago, so to get rid of annoying warnings, let's actually switch to the new option name. [1]: https://github.com/NixOS/nixpkgs/commit/c99bd9bedf7291390c28eddb31f Signed-off-by: aszlig --- modules/user/aszlig/profiles/workstation/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix index dbe0178f..5ad6a2ef 100644 --- a/modules/user/aszlig/profiles/workstation/default.nix +++ b/modules/user/aszlig/profiles/workstation/default.nix @@ -50,7 +50,7 @@ in { }; fonts = { - enableFontDir = true; + fontDir.enable = true; enableGhostscriptFonts = true; fontconfig.useEmbeddedBitmaps = true; # TODO: Switch to nixpkgs version once version 2.0 lands. -- cgit 1.4.1