all repos — nixfiles @ dad4945128e9f0965ef2058753b853bdd27394bc

System and user configuration, managed by nix and home-manager

X: reorder fonts

Alan Pearce
commit

dad4945128e9f0965ef2058753b853bdd27394bc

parent

8c9571698ccc2c5a2ed229b5b6dec62142497cda

1 file changed, 6 insertions(+), 4 deletions(-)

jump to
M modules/services/xserver.nixmodules/services/xserver.nix
@@ -47,15 +47,20 @@ preset = "ultimate2";
}; }; fonts = with pkgs; [ - fantasque-sans-mono dina-font envypn-font + profont + proggyfonts + terminus_font + + fantasque-sans-mono emacs-all-the-icons-fonts fira fira-code fira-mono go-font font-awesome-ttf + font-droid liberation_ttf mononoki (nerdfonts.override {
@@ -65,12 +70,9 @@ opensans-ttf
paratype-pt-mono paratype-pt-sans paratype-pt-serif - profont - proggyfonts source-code-pro source-sans-pro source-serif-pro - terminus_font xorg.fontxfree86type1 ]; };