about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-09-27 01:34:39 +0200
committerBaitinq <[email protected]>2022-09-29 13:45:35 +0200
commit8dbcb421c1bb644a913ffa5f32d4b338a82ced11 (patch)
tree899e4501af8943d7597cfe7e21e3b5d485be0e38 /hosts
parentOverlays: Base: Grub2: Support luks2 with patch (diff)
downloadnixos-config-8dbcb421c1bb644a913ffa5f32d4b338a82ced11.tar.gz
nixos-config-8dbcb421c1bb644a913ffa5f32d4b338a82ced11.tar.bz2
nixos-config-8dbcb421c1bb644a913ffa5f32d4b338a82ced11.zip
Modules: Add email module
Diffstat (limited to 'hosts')
-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}";