mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01:00
fix: correct config name
This commit is contained in:
parent
6f6587cbf6
commit
a270ff13a4
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ in {
|
|||
|
||||
xdg.configFile."todoman/config.py".text = lib.concatLines [
|
||||
''path = "${config.accounts.calendar.basePath}/${cfg.glob}"''
|
||||
cfg.config
|
||||
cfg.extraConfig
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue