From ebf34f3fdcd09164293fb4ebf4c17afec0d7e782 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 14 Feb 2017 21:13:33 -0500 Subject: Fix fonts and add idris mode to emacs. --- nixos/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nixos/configuration.nix') diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 3075131..bbbef82 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -34,6 +34,12 @@ nixpkgs.config.allowUnfree = true; + fonts = { + fonts = with pkgs; [ + fira-code + ]; + }; + # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget environment.systemPackages = with pkgs; -- cgit v1.2.3