initial setup of plasma-manager
This commit is contained in:
parent
eff9d545e0
commit
9033e01b07
6 changed files with 113 additions and 6 deletions
|
@ -14,23 +14,40 @@ in
|
|||
|
||||
config = mkIf cfg.enable
|
||||
{
|
||||
user.packages = attrValues {
|
||||
inherit (pkgs) thunderbird;
|
||||
# user.packages = attrValues {
|
||||
# inherit (pkgs) thunderbird;
|
||||
# };
|
||||
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
# profiles.chris = {
|
||||
# isDefault = true;
|
||||
# };
|
||||
};
|
||||
|
||||
hm.accounts.email.accounts = {
|
||||
kruining = {
|
||||
primary = true;
|
||||
address = "chris@kruinin.eu";
|
||||
thunderbird.enable = true;
|
||||
realName = "Chris Kruining";
|
||||
imap = {
|
||||
host = "imap.kruining.eu";
|
||||
port = 993;
|
||||
};
|
||||
thunderbird = {
|
||||
enable = true;
|
||||
profiles = [ "chris" ];
|
||||
};
|
||||
};
|
||||
|
||||
cgames = {
|
||||
primary = false;
|
||||
address = "chris@cgames.nl";
|
||||
thunderbird.enable = true;
|
||||
realName = "Chris P Bacon";
|
||||
imap = {
|
||||
host = "imap.cgames.nl";
|
||||
port = 993;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue