style: indent fonts

This commit is contained in:
Infinidoge 2021-10-06 14:13:17 -04:00
parent 5077590e0f
commit e3d3b17a14

View file

@ -8,5 +8,8 @@
rofi rofi
]; ];
fonts.fonts = with pkgs; [ powerline-fonts ubuntu_font_family ]; fonts.fonts = with pkgs; [
powerline-fonts
ubuntu_font_family
];
} }