From fc4fc2457b0733b7cc5e300f4e71e9865d374263 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 20 Apr 2026 13:37:31 +0200 Subject: Added font configuration --- home/rices/finals/home.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'home/rices/finals') diff --git a/home/rices/finals/home.nix b/home/rices/finals/home.nix index e2c0834..74473f9 100644 --- a/home/rices/finals/home.nix +++ b/home/rices/finals/home.nix @@ -14,6 +14,7 @@ home.packages = with pkgs; [ hyprpicker + bemoji xwayland-satellite ]; @@ -21,4 +22,14 @@ enable = true; enableSshSupport = true; }; + + fonts.fontconfig = { + enable = true; + defaultFonts = { + emoji = ["Noto Color Emoji"]; + monospace = []; + sansSerif = ["Inter"]; + serif = []; + }; + }; } -- cgit v1.2.3