diff options
author | Alan Pearce | 2023-08-18 17:54:03 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-18 17:54:03 +0200 |
commit | 2758a7cc46a933647f221c075cebf03fb8118a6c (patch) | |
tree | 4012d2924b604668edaa5407bcc1ebe8678f0d86 /system/settings/services | |
parent | a66d64738810e75661999d7e63614149b90a8554 (diff) | |
download | nixfiles-2758a7cc46a933647f221c075cebf03fb8118a6c.tar.lz nixfiles-2758a7cc46a933647f221c075cebf03fb8118a6c.tar.zst nixfiles-2758a7cc46a933647f221c075cebf03fb8118a6c.zip |
xserver: update font settings to match current NixOS schema
Diffstat (limited to 'system/settings/services')
-rw-r--r-- | system/settings/services/xserver.nix | 4 |
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 |