From 6548d51ebbbd048249993a0c81d8594d030e7f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Fri, 27 Sep 2019 23:59:21 +0100 Subject: [PATCH] Add iosevka font --- nixos/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common.nix b/nixos/common.nix index 89c2088f..d19e07d6 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -48,7 +48,7 @@ in autoPrune.enable = true; }; - fonts.fonts = with pkgs; [ powerline-fonts weather-icons material-icons source-code-pro fira-code noto-fonts-emoji emojione ]; + fonts.fonts = with pkgs; [ powerline-fonts weather-icons material-icons source-code-pro fira-code noto-fonts-emoji emojione iosevka ]; nix = { autoOptimiseStore = true;