diff options
author | Alan Pearce | 2020-03-16 10:04:54 +0100 |
---|---|---|
committer | Alan Pearce | 2020-03-16 10:04:54 +0100 |
commit | faa625c453663cbbce3778144c84c5f3a23ecdb7 (patch) | |
tree | 162293283f0b091d8955eb939d1a92c3c83dbce5 /system/settings | |
parent | 2cbf30ea314e6164a2de59c374265490682c5cbd (diff) | |
download | nixfiles-faa625c453663cbbce3778144c84c5f3a23ecdb7.tar.lz nixfiles-faa625c453663cbbce3778144c84c5f3a23ecdb7.tar.zst nixfiles-faa625c453663cbbce3778144c84c5f3a23ecdb7.zip |
xserver: change font stack
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/services/xserver.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/services/xserver.nix b/system/settings/services/xserver.nix index a223e6c0..60656e58 100644 --- a/system/settings/services/xserver.nix +++ b/system/settings/services/xserver.nix @@ -66,6 +66,7 @@ with lib; }; fonts = with pkgs; [ gohufont + dina-font-pcf terminus_font corefonts @@ -75,7 +76,6 @@ with lib; font-awesome_5 xorg.fontmiscmisc xorg.fontcursormisc - xorg.fontbhlucidatypewriter100dpi ] ++ lib.optionals config.fonts.fontconfig.antialias [ cantarell-fonts |