From 8584f9c9ee7a15bbc24a0c490e696ed88d8e2fc1 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 27 Sep 2022 01:34:39 +0200 Subject: Modules: Add email module --- hosts/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/home.nix b/hosts/home.nix index 8bc2ad0..818a0a6 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -1,6 +1,8 @@ { config, lib, pkgs, inputs, user, hostname, secrets, dotfiles, location, ... }: { - imports = [ ]; + imports = [ + ../modules/email + ]; home = { username = "${user}"; -- cgit 1.4.1