diff options
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; |