Apply nixfmt on many files
This commit is contained in:
parent
9799d3de2d
commit
45abf3d38a
177 changed files with 2850 additions and 3565 deletions
|
|
@ -1,3 +1 @@
|
|||
{
|
||||
mbsync = ./mbsync.nix;
|
||||
}
|
||||
{ mbsync = ./mbsync.nix; }
|
||||
|
|
|
|||
|
|
@ -18,13 +18,9 @@ with lib;
|
|||
};
|
||||
|
||||
accounts.email.accounts = {
|
||||
"hm@example.com".mbsync = {
|
||||
enable = true;
|
||||
};
|
||||
"hm@example.com".mbsync = { enable = true; };
|
||||
|
||||
hm-account.mbsync = {
|
||||
enable = true;
|
||||
};
|
||||
hm-account.mbsync = { enable = true; };
|
||||
};
|
||||
|
||||
nmt.script = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue