all repos — archive/nixos-configuration @ a009fe64101b47e520b5d98d41d1066e7e6fb0dc

Superseded by nixfiles

xserver: Change installed fonts

Alan Pearce
commit

a009fe64101b47e520b5d98d41d1066e7e6fb0dc

parent

22ddb031c9cade16fd5c77ba240ae1f2e0d2d443

1 file changed, 12 insertions(+), 5 deletions(-)

jump to
M modules/services/xserver.nixmodules/services/xserver.nix
@@ -49,15 +49,21 @@ };
}; fonts = with pkgs; [ cantarell_fonts - carlito dejavu_fonts fantasque-sans-mono + dina-font + envypn-font + emacs-all-the-icons-fonts fira fira-code fira-mono - font-droid + go-font + gohufont font-awesome-ttf hack-font + inconsolata + iosevka + league-of-moveable-type liberation_ttf mononoki (nerdfonts.override {
@@ -67,14 +73,15 @@ opensans-ttf
paratype-pt-mono paratype-pt-sans paratype-pt-serif - roboto - roboto-mono - roboto-slab + profont + proggyfonts source-code-pro source-sans-pro source-serif-pro terminus_font + tewi-font xorg.fontxfree86type1 + uni-vga ]; }; }