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