Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created December 2, 2017 00:40
Show Gist options
  • Save samueldr/2718c8b389f2b8494c96bb295b18eb0f to your computer and use it in GitHub Desktop.
Save samueldr/2718c8b389f2b8494c96bb295b18eb0f to your computer and use it in GitHub Desktop.
{ config, lib, pkgs, ... }:
{
fonts.enableFontDir = true;
fonts.enableDefaultFonts = true;
fonts.fonts = with pkgs; [
corefonts
dejavu_fonts
font-awesome-ttf
go-font
inconsolata
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
proggyfonts
roboto
source-code-pro
source-sans-pro
source-serif-pro
terminus_font
ubuntu_font_family
vistafonts
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment