Re-format with nixpkgs-fmt
1 file changed, 7 insertions(+), 8 deletions(-)
changed files
M system/settings/services/xserver.nix → system/settings/services/xserver.nix
@@ -1,8 +1,7 @@ -{ - config, - lib, - pkgs, - ... +{ config +, lib +, pkgs +, ... }: with lib; { services.xserver = {@@ -41,9 +40,9 @@ rgba = "rgb"; }; useEmbeddedBitmaps = !config.fonts.fontconfig.antialias; defaultFonts = { - monospace = ["IBM Plex Mono"]; - sansSerif = ["Cantarell"]; - serif = ["Times New Roman"]; + monospace = [ "IBM Plex Mono" ]; + sansSerif = [ "Cantarell" ]; + serif = [ "Times New Roman" ]; }; localConf = ''