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; }