summary refs log tree commit diff
path: root/nixos/modules/config/fonts/fonts.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-08-29 23:03:46 +0200
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-01 00:09:25 -0400
commiteafe887671627f78d85e007f0eeaf4865be87105 (patch)
treec0c34921a6dec336b4f9f90fadd97cb6a4e45fc7 /nixos/modules/config/fonts/fonts.nix
parentee7c590b605d07394f0f65c603bf5cf169e6caad (diff)
downloadnixpkgs-eafe887671627f78d85e007f0eeaf4865be87105.tar
nixpkgs-eafe887671627f78d85e007f0eeaf4865be87105.tar.gz
nixpkgs-eafe887671627f78d85e007f0eeaf4865be87105.tar.bz2
nixpkgs-eafe887671627f78d85e007f0eeaf4865be87105.tar.lz
nixpkgs-eafe887671627f78d85e007f0eeaf4865be87105.tar.xz
nixpkgs-eafe887671627f78d85e007f0eeaf4865be87105.tar.zst
nixpkgs-eafe887671627f78d85e007f0eeaf4865be87105.zip
nixos/fonts.enableDefaultFonts: add Noto Emoji
These days, emoji are ubiqitous so we need to add emoji font.
Diffstat (limited to 'nixos/modules/config/fonts/fonts.nix')
-rw-r--r--nixos/modules/config/fonts/fonts.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/config/fonts/fonts.nix b/nixos/modules/config/fonts/fonts.nix
index 0dd01df9da7..abb806b601a 100644
--- a/nixos/modules/config/fonts/fonts.nix
+++ b/nixos/modules/config/fonts/fonts.nix
@@ -43,6 +43,7 @@ with lib;
         pkgs.xorg.fontmiscmisc
         pkgs.xorg.fontcursormisc
         pkgs.unifont
+        pkgs.noto-fonts-emoji
       ];
 
   };