From e3d3b17a1491debd4d515de6136076339631c46e Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 6 Oct 2021 14:13:17 -0400 Subject: [PATCH] style: indent fonts --- profiles/graphical/qtile.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/profiles/graphical/qtile.nix b/profiles/graphical/qtile.nix index 3321671..d89ccd6 100644 --- a/profiles/graphical/qtile.nix +++ b/profiles/graphical/qtile.nix @@ -8,5 +8,8 @@ rofi ]; - fonts.fonts = with pkgs; [ powerline-fonts ubuntu_font_family ]; + fonts.fonts = with pkgs; [ + powerline-fonts + ubuntu_font_family + ]; }