big update again

This commit is contained in:
2024-09-05 07:22:41 -04:00
parent 7c6f52de48
commit dde724ef34
18 changed files with 452 additions and 360 deletions

View File

@@ -10,14 +10,6 @@
source = ./calendar-password.sh;
executable = true;
};
"work-calendar-client-id.sh" = {
source = ./work-calendar-client-id.sh;
executable = true;
};
"work-calendar-client-secret.sh" = {
source = ./work-calendar-client-secret.sh;
executable = true;
};
};
services = {
@@ -164,22 +156,6 @@
enable = true;
};
};
accounts.work = {
primary = false;
flavor = "gmail.com";
address = "mthomson@konradgroup.com";
realName = "Michael Thomson";
aerc = {
enable = true;
extraAccounts = { source = "maildir://~/Maildir/work"; };
};
notmuch = {
enable = true;
};
lieer = {
enable = true;
};
};
};
calendar = {
basePath = ".calendar";
@@ -210,28 +186,6 @@
color = "#f2d5cf";
};
};
accounts.work = {
primary = false;
remote = {
type = "google_calendar";
};
vdirsyncer = {
enable = true;
collections = [ "from a" "from b" ];
clientIdCommand = [
"~/work-calendar-client-id.sh"
];
clientSecretCommand = [
"~/work-calendar-client-secret.sh"
];
tokenFile = "~/token_file";
};
khal = {
enable = true;
type = "discover";
color = "#e78284";
};
};
};
};
}