2026-04-19 03:32:14 +02:00
|
|
|
{
|
|
|
|
|
# Thunderbird
|
|
|
|
|
programs.thunderbird = {
|
|
|
|
|
enable = true;
|
|
|
|
|
profiles.default = {
|
|
|
|
|
# name = "Default";
|
|
|
|
|
isDefault = true;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
2026-04-23 18:16:20 +02:00
|
|
|
# Main calendar
|
|
|
|
|
accounts.calendar.accounts.Main.thunderbird.enable = true;
|
2026-04-20 15:58:15 +02:00
|
|
|
|
|
|
|
|
# Zadania
|
2026-04-23 18:16:20 +02:00
|
|
|
accounts.calendar.accounts.Zadania.thunderbird.enable = true;
|
2026-04-20 15:58:15 +02:00
|
|
|
|
2026-04-23 18:16:20 +02:00
|
|
|
# Lekarze
|
|
|
|
|
accounts.calendar.accounts.Lekarze.thunderbird.enable = true;
|
2026-04-19 03:32:14 +02:00
|
|
|
}
|