From cd2262c874cae891856f984b66db42399891b75f Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Tue, 1 Feb 2022 22:32:04 -0500 Subject: style(grfn/home): Format i3.nix using nixpkgs-fmt This wasn't caught when introduced due to b/173 Change-Id: Ifa2a05464c0fd40c16c2ac14ca28d64ca9076f9b Reviewed-on: https://cl.tvl.fyi/c/depot/+/5183 Reviewed-by: grfn Autosubmit: grfn Tested-by: BuildkiteCI --- users/grfn/system/home/modules/i3.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'users/grfn') diff --git a/users/grfn/system/home/modules/i3.nix b/users/grfn/system/home/modules/i3.nix index 27a21496eafa..4417fd5d391c 100644 --- a/users/grfn/system/home/modules/i3.nix +++ b/users/grfn/system/home/modules/i3.nix @@ -48,14 +48,14 @@ in }; decorationFont = "${fontName} ${toString fontSize}"; in - { - home.packages = with pkgs; [ - rofi - rofi-pass - python38Packages.py3status - i3lock - i3status - dconf # for gtk + { + home.packages = with pkgs; [ + rofi + rofi-pass + python38Packages.py3status + i3lock + i3status + dconf # for gtk # Screenshots maim -- cgit 1.4.1