about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-04-09T03·24-0400
committerGriffin Smith <root@gws.fyi>2020-04-09T03·24-0400
commit100b962b7211a6544c8214b3690f45fe457818f3 (patch)
tree4ba987f2dd162efc1ddc39dae0918cf0bf0e3177
parentc4650be8f0be289e3687c2525ebfbcd5319fe102 (diff)
emoji fonts
-rw-r--r--system/modules/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/modules/common.nix b/system/modules/common.nix
index 008863bdbfac..feb8b92b09a6 100644
--- a/system/modules/common.nix
+++ b/system/modules/common.nix
@@ -85,6 +85,7 @@
 
   fonts.fonts = with pkgs; [
     nerdfonts
+    noto-fonts-emoji
   ];
 
   services.geoclue2.enable = true;