home manager

This commit is contained in:
Till 2024-06-25 11:49:44 +02:00
parent 7efd15464e
commit d067c0fcdb
6 changed files with 17 additions and 6 deletions

View file

@ -113,5 +113,13 @@ in
url = "http://i.cal.to/ical/5940/eintrachtfrankfurt/spielplan-frauen-profis/28ae0d30.f781380b-1763bff2.ics";
};
};
"euro" = calDefaults // {
khal.enable = true;
khal.color = "dark green";
remote = {
type = "http";
url = "https://football.bkn.dev/euro/2024/ics/?flags";
};
};
};
}