about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-27 01:34:39 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-29 13:45:35 +0200
commit8584f9c9ee7a15bbc24a0c490e696ed88d8e2fc1 (patch)
tree4d74c5b41c786c2e7315762c973347ab5ef5150f /hosts/home.nix
parentOverlays: Base: Grub2: Support luks2 with patch (diff)
downloadnixos-config-8584f9c9ee7a15bbc24a0c490e696ed88d8e2fc1.tar.gz
nixos-config-8584f9c9ee7a15bbc24a0c490e696ed88d8e2fc1.tar.bz2
nixos-config-8584f9c9ee7a15bbc24a0c490e696ed88d8e2fc1.zip
Modules: Add email module
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}";