From 3176fefbdb507fa87ceceb29ca1134d6cf8c0fb0 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 14 Aug 2023 19:22:44 +0530 Subject: clean up: follow nixos.org/manual/nixpkgs/stable/#chap-conventions --- features/wayland.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'features/wayland.nix') diff --git a/features/wayland.nix b/features/wayland.nix index 44523cc..2415a22 100644 --- a/features/wayland.nix +++ b/features/wayland.nix @@ -39,15 +39,9 @@ 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