Files
gooberos/modules/desktop/home/thunderbird.nix

19 lines
428 B
Nix
Raw Normal View History

{
# 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;
# Zadania
2026-04-23 18:16:20 +02:00
accounts.calendar.accounts.Zadania.thunderbird.enable = true;
2026-04-23 18:16:20 +02:00
# Lekarze
accounts.calendar.accounts.Lekarze.thunderbird.enable = true;
}