From aae7f5b6e7fefc263ce9d0932b341cb010e9ccd3 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 8 Aug 2023 07:45:37 +0530 Subject: clean up: inconsistent list style --- features/wayland.nix | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'features/wayland.nix') diff --git a/features/wayland.nix b/features/wayland.nix index acdde1e..44523cc 100644 --- a/features/wayland.nix +++ b/features/wayland.nix @@ -31,14 +31,23 @@ # font fonts = { - fonts = [ pkgs.terminus-nerdfont pkgs.dm-sans ]; + fonts = with pkgs; [ + terminus-nerdfont + dm-sans + ]; enableDefaultFonts = true; fontconfig = { hinting.style = "hintfull"; defaultFonts = { - monospace = [ "Terminess Nerd Font" ]; - serif = [ "DeepMind Sans" ]; - sansSerif = [ "DeepMind Sans" ]; + monospace = [ + "Terminess Nerd Font" + ]; + serif = [ + "DeepMind Sans" + ]; + sansSerif = [ + "DeepMind Sans" + ]; }; }; }; -- cgit v1.2.3