1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-06 00:51:04 +01:00

pimsync: init module

This adds a pimsync module using the rather verbose but feature-complete new SCFG generator.
This commit is contained in:
Anton Mosich 2025-04-19 01:06:08 +02:00 committed by Matthieu Coudron
parent db876d1d9f
commit f4411d1e9b
4 changed files with 194 additions and 0 deletions

View file

@ -150,6 +150,7 @@ in
types.submodule [
calendarOpts
(import ../programs/vdirsyncer/accounts.nix)
(import ../programs/pimsync/accounts.nix)
(import ../programs/khal/accounts.nix)
(import ../programs/khal/calendar-accounts.nix)
]

View file

@ -141,6 +141,7 @@ in
types.submodule [
contactOpts
(import ../programs/vdirsyncer/accounts.nix)
(import ../programs/pimsync/accounts.nix)
(import ../programs/khal/accounts.nix)
(import ../programs/khal/contact-accounts.nix)
]