From 5af99917938d8b8a74528e2dee5215fcb78cfca3 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Wed, 2 Aug 2023 12:16:10 +0200 Subject: [PATCH] feat: enabled fontconfig and added emoji font --- home/fonts/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/fonts/default.nix b/home/fonts/default.nix index 066f6b4..a07aceb 100644 --- a/home/fonts/default.nix +++ b/home/fonts/default.nix @@ -9,8 +9,8 @@ ]; }) inter # Inter is my default sans-serif font - hack-font # Hack is my default monospace font libertinus # Libertinus Serif is my default serif font + emojione ]; - #fonts.fontconfig.enable = true; + fonts.fontconfig.enable = true; }