From abeb0634db4b4f44b592c46659cf3f171ece0e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 31 Aug 2019 11:39:06 +0100 Subject: [PATCH] emoji support --- nixos/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common.nix b/nixos/common.nix index 2c8ad0af..89c2088f 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -48,7 +48,7 @@ in autoPrune.enable = true; }; - fonts.fonts = [ pkgs.powerline-fonts pkgs.weather-icons pkgs.material-icons pkgs.source-code-pro pkgs.fira-code ]; + fonts.fonts = with pkgs; [ powerline-fonts weather-icons material-icons source-code-pro fira-code noto-fonts-emoji emojione ]; nix = { autoOptimiseStore = true;