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 bat # a cat clone with syntax highlighting and git integration
# formatters # formatters
stylish-haskell # for haskell
nixpkgs-fmt # for nix nixpkgs-fmt # for nix
# browser # browser
@ -94,10 +93,11 @@ in
zoxide.enable = true; zoxide.enable = true;
}; };
accounts.email = { accounts = {
# TODO: add module for email account email = {
accounts = secrets.emailAccounts; accounts = secrets.emailAccounts;
}; };
};
home.file = { home.file = {