diff options
author | Griffin Smith <grfn@gws.fyi> | 2022-02-02T03·32-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-02-02T03·34+0000 |
commit | cd2262c874cae891856f984b66db42399891b75f (patch) | |
tree | 4cb77ce8d6b2e174f55334845e2b5aa5830206aa | |
parent | a0ce1f6a9ac5f663f44532612eaf0d1beb16ab8f (diff) |
style(grfn/home): Format i3.nix using nixpkgs-fmt r/3739
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 <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
-rw-r--r-- | users/grfn/system/home/modules/i3.nix | 16 |
1 files changed, 8 insertions, 8 deletions
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 |