From 0b979e655d2834c2e5cf41cac75bb21b9e45a18d Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 18 Sep 2024 19:18:28 +0200 Subject: add email --- common/home/accounts/default.nix | 4 ++++ common/home/accounts/email.nix | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 common/home/accounts/default.nix create mode 100644 common/home/accounts/email.nix (limited to 'common/home/accounts') diff --git a/common/home/accounts/default.nix b/common/home/accounts/default.nix new file mode 100644 index 0000000..43ce600 --- /dev/null +++ b/common/home/accounts/default.nix @@ -0,0 +1,4 @@ +{ ... }: +{ + email.accounts = import ./email.nix; +} diff --git a/common/home/accounts/email.nix b/common/home/accounts/email.nix new file mode 100644 index 0000000..2b9b6c6 --- /dev/null +++ b/common/home/accounts/email.nix @@ -0,0 +1,10 @@ +{ ... }: +{ + default = { + address = "nathan@nathanreiner.xyz"; + + neomutt = { + enable = true; + }; + }; +} -- cgit v1.2.3-70-g09d2