citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit c12a3b9f1c76fc36a8bc7477d19772fcf18c8ce4
parent 0be3436647087f82683365b9d8bf18908fc8d6e1
Author: William Casarin <jb55@jb55.com>
Date:   Wed,  5 May 2021 13:48:05 -0700

fontDir enable

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mnix-config/fonts/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-config/fonts/default.nix b/nix-config/fonts/default.nix @@ -76,7 +76,7 @@ let mkfont = n: lesrc: in { fonts = { - enableFontDir = true; + fontDir.enable = true; enableGhostscriptFonts = true; fontconfig.defaultFonts.serif = [ "Bookerly" ]; fontconfig.defaultFonts.monospace = [ "Inconsolata" ];