diff options
-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" ]; |