diff --git a/home/home.nix b/home/home.nix index d1a38c6..480e94b 100644 --- a/home/home.nix +++ b/home/home.nix @@ -32,7 +32,6 @@ in bat # a cat clone with syntax highlighting and git integration # formatters - stylish-haskell # for haskell nixpkgs-fmt # for nix # browser @@ -94,9 +93,10 @@ in zoxide.enable = true; }; - accounts.email = { - # TODO: add module for email account - accounts = secrets.emailAccounts; + accounts = { + email = { + accounts = secrets.emailAccounts; + }; };