about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/home.nix')
-rw-r--r--hosts/home.nix4
1 files changed, 3 insertions, 1 deletions
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}";