Skip to content

Instantly share code, notes, and snippets.

@samueldr
Last active July 2, 2019 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueldr/70491cef745ed2a6a2b1895ef8799cc4 to your computer and use it in GitHub Desktop.
Save samueldr/70491cef745ed2a6a2b1895ef8799cc4 to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> {} }:
let
inherit (pkgs) makeFontsConf;
in
pkgs.mkShell {
FONTCONFIG_FILE = makeFontsConf {
fontDirectories = with pkgs; [
noto-fonts
noto-fonts-emoji
];
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment