diff options
author | sefidel <contact@sefidel.net> | 2022-02-20 23:51:49 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-20 23:51:49 +0900 |
commit | 165a8222b585821c11bcf2f963b1c7c95eed97ec (patch) | |
tree | ef0d6a2933598d714273d771762cfcc950d52a7f /home | |
parent | da0588518893d67fb78618fa61d89b8480f29468 (diff) | |
download | nixrc-165a8222b585821c11bcf2f963b1c7c95eed97ec.tar.gz nixrc-165a8222b585821c11bcf2f963b1c7c95eed97ec.zip |
chore: reformat
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/messaging/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/home/profiles/messaging/default.nix b/home/profiles/messaging/default.nix index b08e0bf..76bbb28 100644 --- a/home/profiles/messaging/default.nix +++ b/home/profiles/messaging/default.nix @@ -54,7 +54,11 @@ in neomutt.enable = true; neomutt.mailboxName = "zach"; neomutt.extraMailboxes = [ - "Archive" "Drafts" "Junk" "Sent" "Trash" + "Archive" + "Drafts" + "Junk" + "Sent" + "Trash" ]; imapnotify = { |