diff options
author | Griffin Smith <root@gws.fyi> | 2020-04-09T03·24-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-04-09T03·24-0400 |
commit | 100b962b7211a6544c8214b3690f45fe457818f3 (patch) | |
tree | 4ba987f2dd162efc1ddc39dae0918cf0bf0e3177 /system | |
parent | c4650be8f0be289e3687c2525ebfbcd5319fe102 (diff) |
emoji fonts
Diffstat (limited to 'system')
-rw-r--r-- | system/modules/common.nix | 1 |
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; |