From bfd970a07c231b5781871c16cb4612eb4c6b8fd4 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 31 Aug 2025 16:21:34 +0200 Subject: imported system/home-manager config --- modules/common/fonts/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/common/fonts/default.nix (limited to 'modules/common/fonts') diff --git a/modules/common/fonts/default.nix b/modules/common/fonts/default.nix new file mode 100644 index 0000000..bf1c91d --- /dev/null +++ b/modules/common/fonts/default.nix @@ -0,0 +1,12 @@ +{ config, pkgs, ... }: +{ + fonts.packages = with pkgs; [ + corefonts + font-awesome + font-awesome_5 + maple-mono.NF-CN + noto-fonts + noto-fonts-cjk-sans + noto-fonts-emoji + ]; +} -- cgit v1.2.3