From e53ad06acfbd2c9195ef8d57ed3b31b3c224c741 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 5 Jul 2018 19:10:44 -0700 Subject: Add accounts --- home.nix | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'home.nix') diff --git a/home.nix b/home.nix index ecc5464..093722e 100644 --- a/home.nix +++ b/home.nix @@ -4,6 +4,35 @@ let solarized-xresources = ./xresources; in { + # Waiting for the accounts feature to land in the 18.03 release branch... + # + #accounts = { + # email = { + # maildirBasePath = "$HOME/Mail"; + # accounts = { + # "ben@bsima.me" = { + # primary = true; + # realName = "Ben Sima"; + # address = "ben@bsima.me"; + # folders = { + # inbox = "INBOX"; + # }; + # imap = { + # host = "mail.bsima.me"; + # port = 993; + # }; + # smtp = { + # host = "mail.bsima.me"; + # port = 587; + # }; + # userName = "ben@bsima.me"; + # mbsync.enable = true; + # notmuch.enable = true; + # passwordCommand = "pass bnet/helium/mail/ben"; + # }; + # }; + # }; + #}; home = { packages = import ./packages.nix { inherit pkgs; }; sessionVariables = { -- cgit v1.2.3