From 48e662f27ae6909dfb9a091403081f4bff415bed Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 3 Sep 2020 19:14:20 +1000 Subject: [PATCH] Added font configs --- roles/host_common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/host_common.nix b/roles/host_common.nix index b6d118c..5327b3a 100644 --- a/roles/host_common.nix +++ b/roles/host_common.nix @@ -36,6 +36,7 @@ fonts.fonts = with pkgs; [ powerline-fonts # Required for Powerline prompts ]; + fonts.fontconfig.includeUserConf = false; # Adapted from gchristensen and clever nix = {