6 lines
121 B
Nix
6 lines
121 B
Nix
{ config, ...}:
|
|
{
|
|
imports = [./khal.nix];
|
|
|
|
config.accounts.calendar.basePath = "${config.xdg.dataHome}/calendars";
|
|
}
|