From 9b1b546a6dfd631c24af1e694ed70c66827b9b24 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 18 Aug 2023 18:05:01 +0530 Subject: wayland: fonts.fonts and fonts.enableDefaultFonts has been renamed --- features/wayland.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'features/wayland.nix') diff --git a/features/wayland.nix b/features/wayland.nix index 2415a22..1eb1289 100644 --- a/features/wayland.nix +++ b/features/wayland.nix @@ -31,13 +31,13 @@ # font fonts = { - fonts = with pkgs; [ + packages = with pkgs; [ terminus-nerdfont dm-sans ]; - enableDefaultFonts = true; + enableDefaultPackages = true; fontconfig = { - hinting.style = "hintfull"; + hinting.style = "full"; defaultFonts = { monospace = [ "Terminess Nerd Font" ]; serif = [ "DeepMind Sans" ]; -- cgit v1.2.3