Apply nixfmt on many files

This commit is contained in:
Robert Helgesson 2020-02-02 00:39:17 +01:00
parent 9799d3de2d
commit 45abf3d38a
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
177 changed files with 2850 additions and 3565 deletions

View file

@ -1,3 +1 @@
{
mbsync = ./mbsync.nix;
}
{ mbsync = ./mbsync.nix; }

View file

@ -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 = ''