diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-08-18 18:05:01 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-08-18 18:05:01 +0530 |
commit | 9b1b546a6dfd631c24af1e694ed70c66827b9b24 (patch) | |
tree | b4052aa789304dd781a2812206a833b6dbc97bac | |
parent | 835ba8b2a40b38726c694562c08b237e5d985efc (diff) |
wayland: fonts.fonts and fonts.enableDefaultFonts has been renamed
-rw-r--r-- | features/wayland.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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" ]; |