From ca8db54256725099abfc096941a25839a52f92a4 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 4 Jul 2023 16:02:07 +0530 Subject: font: setup sans and serif fonts (deepmind sans) --- features/wayland.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/features/wayland.nix b/features/wayland.nix index 2d3af88..bf7701f 100644 --- a/features/wayland.nix +++ b/features/wayland.nix @@ -86,11 +86,15 @@ in # font fonts = { - fonts = [ pkgs.terminus-nerdfont ]; + fonts = [ pkgs.terminus-nerdfont pkgs.dm-sans ]; enableDefaultFonts = true; fontconfig = { hinting.style = "hintfull"; - defaultFonts.monospace = [ "Terminess Nerd Font" ]; + defaultFonts = { + monospace = [ "Terminess Nerd Font" ]; + serif = [ "DeepMind Sans" ]; + sansSerif = [ "DeepMind Sans" ]; + }; }; }; -- cgit v1.2.3