home: cosmetic changes

This commit is contained in:
Dmitriy Pleshevskiy 2022-08-30 00:22:29 +03:00
parent 708d3269a1
commit 7121a83f32
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -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;
};
};