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
|
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,9 +93,10 @@ in
|
||||||
zoxide.enable = true;
|
zoxide.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
accounts.email = {
|
accounts = {
|
||||||
# TODO: add module for email account
|
email = {
|
||||||
accounts = secrets.emailAccounts;
|
accounts = secrets.emailAccounts;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue