about summary refs log tree commit diff
path: root/home/modules
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-20 16:50:37 +0900
committersefidel <contact@sefidel.net>2022-01-20 16:50:37 +0900
commitf906f0db2d19a3d7a93763ad7a2c1a6c12277d9a (patch)
treedb0ad001899400352013b2418b235fd61a88271c /home/modules
parent36d0b36dd4d21288c6210ece5c52adc83bb9531a (diff)
downloadnixrc-f906f0db2d19a3d7a93763ad7a2c1a6c12277d9a.tar.gz
nixrc-f906f0db2d19a3d7a93763ad7a2c1a6c12277d9a.zip
chore: fix formatting
Diffstat (limited to 'home/modules')
-rw-r--r--home/modules/programs/zellij/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/modules/programs/zellij/default.nix b/home/modules/programs/zellij/default.nix
index 7edcb11..cd048f8 100644
--- a/home/modules/programs/zellij/default.nix
+++ b/home/modules/programs/zellij/default.nix
@@ -29,7 +29,8 @@ in
           entry = either prim (listOf primOrPrimAttrs);
           entryOrAttrsOf = t: either entry (attrsOf t);
           entries = entryOrAttrsOf (entryOrAttrsOf entry);
-        in attrsOf entries // { description = "zellij configuration"; };
+        in
+        attrsOf entries // { description = "zellij configuration"; };
       default = { };
       description = ''
         Configuration written to