summary refs log tree commit diff stats
path: root/system/settings/services
diff options
context:
space:
mode:
authorAlan Pearce2022-06-11 16:03:15 +0200
committerAlan Pearce2022-06-12 17:19:26 +0200
commit298db108f052348a83581a315396ca1bd8d584e2 (patch)
treed5c1503b72787737646f877c62080cbf6dc14168 /system/settings/services
parente578939110d38986e009affa98a946a8b81cad5c (diff)
downloadnixfiles-298db108f052348a83581a315396ca1bd8d584e2.tar.lz
nixfiles-298db108f052348a83581a315396ca1bd8d584e2.tar.zst
nixfiles-298db108f052348a83581a315396ca1bd8d584e2.zip
update settings to build on 22.05
Diffstat (limited to 'system/settings/services')
-rw-r--r--system/settings/services/xserver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/services/xserver.nix b/system/settings/services/xserver.nix
index 42392224..b6a6a567 100644
--- a/system/settings/services/xserver.nix
+++ b/system/settings/services/xserver.nix
@@ -29,7 +29,7 @@ with lib;
   ];
 
   fonts = {
-    enableFontDir = true;
+    fontDir.enable = true;
     enableDefaultFonts = false;
     fontconfig = {
       antialias = true;