1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 11:39:46 +01:00

fix: correct config name

This commit is contained in:
Mikilio 2024-06-01 22:28:45 +02:00
parent 6f6587cbf6
commit a270ff13a4
No known key found for this signature in database
GPG key ID: 0C159FAB320FEB35

View file

@ -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
]; ];
}; };
} }