about summary refs log tree commit diff
path: root/modules/workstation/fonts
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-05-17 12:00:58 +0000
committerAlyssa Ross <hi@alyssa.is>2019-05-17 12:00:58 +0000
commit0da8fc117c601e8f979c5be2c404ef487963cecc (patch)
tree9d17393bfd7c41fb621f2f2d68164e7c1ac36d44 /modules/workstation/fonts
parent01e0d027c0d84714d5facca79cc476e607300ef7 (diff)
downloadnixlib-0da8fc117c601e8f979c5be2c404ef487963cecc.tar
nixlib-0da8fc117c601e8f979c5be2c404ef487963cecc.tar.gz
nixlib-0da8fc117c601e8f979c5be2c404ef487963cecc.tar.bz2
nixlib-0da8fc117c601e8f979c5be2c404ef487963cecc.tar.lz
nixlib-0da8fc117c601e8f979c5be2c404ef487963cecc.tar.xz
nixlib-0da8fc117c601e8f979c5be2c404ef487963cecc.tar.zst
nixlib-0da8fc117c601e8f979c5be2c404ef487963cecc.zip
modules/fonts: switch from emojione to twemoji
Later versions of emojione are not free software.
Diffstat (limited to 'modules/workstation/fonts')
-rw-r--r--modules/workstation/fonts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/workstation/fonts/default.nix b/modules/workstation/fonts/default.nix
index b45401bf69f8..460d285120ff 100644
--- a/modules/workstation/fonts/default.nix
+++ b/modules/workstation/fonts/default.nix
@@ -1,6 +1,6 @@
 { pkgs, ... }:
 
 {
-  fonts.fonts = with pkgs; [ iosevka emojione ];
+  fonts.fonts = with pkgs; [ iosevka twemoji-color-font ];
   fonts.fontconfig.defaultFonts.monospace = [ "Iosevka" ];
 }