fix: correct config name
This commit is contained in:
parent
bc59405ada
commit
573331c4c8
|
@ -56,7 +56,7 @@ in {
|
||||||
|
|
||||||
xdg.configFile."todoman/config.py".text = lib.concatLines [
|
xdg.configFile."todoman/config.py".text = lib.concatLines [
|
||||||
''path = "${config.accounts.calendar.basePath}/${cfg.glob}"''
|
''path = "${config.accounts.calendar.basePath}/${cfg.glob}"''
|
||||||
cfg.config
|
cfg.extraConfig
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue