diff --git a/system/modules/common.nix b/system/modules/common.nix index 008863bdb..feb8b92b0 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;