home: cosmetic changes
This commit is contained in:
parent
708d3269a1
commit
7121a83f32
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue