summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-08-18 17:54:03 +0200
committerAlan Pearce2023-08-18 17:54:03 +0200
commit2758a7cc46a933647f221c075cebf03fb8118a6c (patch)
tree4012d2924b604668edaa5407bcc1ebe8678f0d86
parenta66d64738810e75661999d7e63614149b90a8554 (diff)
downloadnixfiles-2758a7cc46a933647f221c075cebf03fb8118a6c.tar.lz
nixfiles-2758a7cc46a933647f221c075cebf03fb8118a6c.tar.zst
nixfiles-2758a7cc46a933647f221c075cebf03fb8118a6c.zip
xserver: update font settings to match current NixOS schema
-rw-r--r--system/settings/services/xserver.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/settings/services/xserver.nix b/system/settings/services/xserver.nix
index 9272019d..48b8647e 100644
--- a/system/settings/services/xserver.nix
+++ b/system/settings/services/xserver.nix
@@ -31,7 +31,7 @@ with lib; {
 
   fonts = {
     fontDir.enable = true;
-    enableDefaultFonts = false;
+    enableDefaultPackages = false;
     fontconfig = {
       antialias = true;
       defaultFonts = {
@@ -55,7 +55,7 @@ with lib; {
         </fontconfig>
       '';
     };
-    fonts = with pkgs;
+    packages = with pkgs;
       [
         gohufont
         dina-font