From 47ef05ab310bb466300e93d1459370450414fbc4 Mon Sep 17 00:00:00 2001 From: "grm@eyesin.space" Date: Tue, 2 Sep 2025 23:04:24 +0000 Subject: init --- nixos/fonts.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 nixos/fonts.nix (limited to 'nixos/fonts.nix') diff --git a/nixos/fonts.nix b/nixos/fonts.nix new file mode 100644 index 0000000..b7a922e --- /dev/null +++ b/nixos/fonts.nix @@ -0,0 +1,19 @@ +{pkgs, ...}: { + fonts = { + packages = with pkgs; [ + dejavu_fonts + departure-mono + roboto + nerd-fonts.jetbrains-mono + noto-fonts + noto-fonts-cjk-sans + noto-fonts-emoji + ubuntu_font_family + ]; + + fontconfig = { + subpixel.rgba = "rgb"; + hinting.style = "slight"; + }; + }; +} -- cgit v1.2.3