diff options
author | sefidel <contact@sefidel.net> | 2022-01-20 16:50:37 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-20 16:50:37 +0900 |
commit | f906f0db2d19a3d7a93763ad7a2c1a6c12277d9a (patch) | |
tree | db0ad001899400352013b2418b235fd61a88271c /home/modules | |
parent | 36d0b36dd4d21288c6210ece5c52adc83bb9531a (diff) | |
download | nixrc-f906f0db2d19a3d7a93763ad7a2c1a6c12277d9a.tar.gz nixrc-f906f0db2d19a3d7a93763ad7a2c1a6c12277d9a.zip |
chore: fix formatting
Diffstat (limited to 'home/modules')
-rw-r--r-- | home/modules/programs/zellij/default.nix | 3 |
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 |