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:
parent
db876d1d9f
commit
f4411d1e9b
4 changed files with 194 additions and 0 deletions
|
|
@ -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)
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue