From 43901a34ecc0e1a55887a90cdadaf9077fdcb7a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Mon, 7 Mar 2022 12:28:06 +0100 Subject: [PATCH] :broom: fix indentation --- modules/desktop/polybar/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/desktop/polybar/default.nix b/modules/desktop/polybar/default.nix index b489333..3002193 100644 --- a/modules/desktop/polybar/default.nix +++ b/modules/desktop/polybar/default.nix @@ -7,8 +7,8 @@ package = pkgs.polybar.override { pulseSupport = true; }; script = '' for m in $(polybar --list-monitors | ${pkgs.coreutils}/bin/cut -d":" -f1); do - MONITOR=$m polybar --reload bottom & - done + MONITOR=$m polybar --reload bottom & + done ''; config = let colors = {