profiles/gui: More moving into private for build

This commit is contained in:
kat witch 2021-04-28 04:23:52 +01:00
parent 36bf7e247e
commit 60106e53af
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -7,24 +7,6 @@
};
programs.mbsync.enable = true;
programs.msmtp.enable = true;
accounts.email = {
maildirBasePath = "${config.home.homeDirectory}/mail";
accounts.kat = {
address = "kat@kittywit.ch";
primary = true;
realName = "kat witch";
userName = "kat@kittywit.ch";
msmtp.enable = true;
mbsync.enable = true;
mbsync.create = "maildir";
notmuch.enable = true;
imap.host = "athame.kittywit.ch";
smtp.host = "athame.kittywit.ch";
gpg = {
signByDefault = true;
key = "01F50A29D4AA91175A11BDB17248991EFA8EFBEE";
};
};
};
accounts.email = { maildirBasePath = "${config.home.homeDirectory}/mail"; };
programs.vim.plugins = [ pkgs.arc.pkgs.vimPlugins.notmuch-vim ];
}