From db0493863f4d89a074eea0b4e230ff00cea67611 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 9 Mar 2024 21:52:19 +0530 Subject: update --- modules/core/fonts.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/core/fonts.nix (limited to 'modules/core/fonts.nix') diff --git a/modules/core/fonts.nix b/modules/core/fonts.nix new file mode 100644 index 0000000..8a56aa7 --- /dev/null +++ b/modules/core/fonts.nix @@ -0,0 +1,11 @@ +{ pkgs, ... }: + +{ + fonts.packages = with pkgs; [ + (nerdfonts.override { fonts = [ "UbuntuMono" ]; }) + noto-fonts + noto-fonts-cjk + noto-fonts-emoji + liberation_ttf + ]; +} -- cgit v1.2.3