From ad58b57df7b298bc3e25c578f590d44da3ce36c9 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 17 Jun 2022 19:09:27 +0200 Subject: Initial commit --- modules/fonts/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/fonts/default.nix (limited to 'modules/fonts/default.nix') diff --git a/modules/fonts/default.nix b/modules/fonts/default.nix new file mode 100644 index 0000000..9e791b6 --- /dev/null +++ b/modules/fonts/default.nix @@ -0,0 +1,8 @@ +{ config, pkgs, ... }: { + fonts.fonts = with pkgs; [ + noto-fonts + noto-fonts-cjk + noto-fonts-emoji + nerdfonts + ]; +} -- cgit 1.4.1