From 17a527c0236a94500f7b98f3f209197473793c54 Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Tue, 24 Mar 2020 00:55:49 +0100 Subject: [PATCH] feat: add noto and fira-code fonts --- system/default.nix | 6 +++++- system/i18n.nix | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/system/default.nix b/system/default.nix index 0351706..59bfac6 100644 --- a/system/default.nix +++ b/system/default.nix @@ -14,7 +14,11 @@ ]; fonts.fonts = with pkgs; [ - hasklig + fira-code + noto-fonts + noto-fonts-extra + noto-fonts-cjk + noto-fonts-emoji ]; fonts.fontconfig.localConf = '' diff --git a/system/i18n.nix b/system/i18n.nix index 339a8fb..dba5d1b 100644 --- a/system/i18n.nix +++ b/system/i18n.nix @@ -13,6 +13,6 @@ inputMethod.enabled = "ibus"; inputMethod.ibus.engines = with pkgs.ibus-engines; [ uniemoji ]; }; - + time.timeZone = "Europe/Berlin"; }