From 2758a7cc46a933647f221c075cebf03fb8118a6c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 18 Aug 2023 17:54:03 +0200 Subject: xserver: update font settings to match current NixOS schema --- system/settings/services/xserver.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/settings/services') 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; { ''; }; - fonts = with pkgs; + packages = with pkgs; [ gohufont dina-font -- cgit 1.4.1