about summary refs log tree commit diff
path: root/users/grfn
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2022-02-02T03·32-0500
committerclbot <clbot@tvl.fyi>2022-02-02T03·34+0000
commitcd2262c874cae891856f984b66db42399891b75f (patch)
tree4cb77ce8d6b2e174f55334845e2b5aa5830206aa /users/grfn
parenta0ce1f6a9ac5f663f44532612eaf0d1beb16ab8f (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
Diffstat (limited to 'users/grfn')
-rw-r--r--users/grfn/system/home/modules/i3.nix16
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 27a21496ea..4417fd5d39 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