From cf3409e265feea258459bf4f1cf11e1cd16c328e Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 4 Jul 2023 11:00:52 +0530 Subject: font, wayland: setup monospace font and glyphs --- features/wayland.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'features/wayland.nix') diff --git a/features/wayland.nix b/features/wayland.nix index 8d6cb2a..2d3af88 100644 --- a/features/wayland.nix +++ b/features/wayland.nix @@ -67,7 +67,6 @@ in libnotify wob wlr-randr - nerdfonts tor-browser-bundle-bin wtype # gtk @@ -85,10 +84,19 @@ in extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; }; + # font + fonts = { + fonts = [ pkgs.terminus-nerdfont ]; + enableDefaultFonts = true; + fontconfig = { + hinting.style = "hintfull"; + defaultFonts.monospace = [ "Terminess Nerd Font" ]; + }; + }; + # misc security.polkit.enable = true; hardware.opengl.enable = true; - fonts.enableDefaultFonts = true; programs.dconf.enable = true; programs.xwayland.enable = true; programs.gnupg.agent = { -- cgit v1.2.3