From 7121a83f3245e3ea7e97c99d54469f36331316b4 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Tue, 30 Aug 2022 00:22:29 +0300 Subject: [PATCH] home: cosmetic changes --- home/home.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; + }; };