Added font configs

This commit is contained in:
Craige McWhirter 2020-09-03 19:14:20 +10:00
parent 1f883a2ae8
commit 48e662f27a
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -36,6 +36,7 @@
fonts.fonts = with pkgs; [
powerline-fonts # Required for Powerline prompts
];
fonts.fontconfig.includeUserConf = false;
# Adapted from gchristensen and clever
nix = {