From e7a6c3f084cd1d18b07df65575efa4f469338443 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Wed, 14 Jun 2023 03:25:10 -0400 Subject: [PATCH] whitespace --- modules/cli/powerline.nix | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/modules/cli/powerline.nix b/modules/cli/powerline.nix index 9dba1d5..23159d1 100644 --- a/modules/cli/powerline.nix +++ b/modules/cli/powerline.nix @@ -1,14 +1,13 @@ { config, lib, pkgs, ... }: let - theme = - { - BoldForeground = true; - CwdFg = 15; - PathBg = 24; - PathFg = 15; - SeparatorFg = 16; - }; + theme = { + BoldForeground = true; + CwdFg = 15; + PathBg = 24; + PathFg = 15; + SeparatorFg = 16; + }; args = [ "-modules=\${remote:+'user,host,'}nix-shell,git,jobs,cwd"