Files
gooberos/modules/desktop/home/thunderbird.nix
2026-04-23 18:16:20 +02:00

19 lines
428 B
Nix

{
# Thunderbird
programs.thunderbird = {
enable = true;
profiles.default = {
# name = "Default";
isDefault = true;
};
};
# Main calendar
accounts.calendar.accounts.Main.thunderbird.enable = true;
# Zadania
accounts.calendar.accounts.Zadania.thunderbird.enable = true;
# Lekarze
accounts.calendar.accounts.Lekarze.thunderbird.enable = true;
}