diff options
| author | 2024-12-06 07:37:34 -0800 | |
|---|---|---|
| committer | 2024-12-06 07:37:34 -0800 | |
| commit | 23b48fb2ac4d24186948a41046b16e1e0c7e3141 (patch) | |
| tree | d8c6f5308cb091b7dc11b8e751f3a60cc7b7a905 /oni/home/config | |
| parent | 0e2fe034a8f9ede664889cf2c9130697e35c5848 (diff) | |
| download | new-dotfiles-23b48fb2ac4d24186948a41046b16e1e0c7e3141.tar.gz new-dotfiles-23b48fb2ac4d24186948a41046b16e1e0c7e3141.zip | |
data: Install org-caldav
This is only an initial commit, more work needs to be done before I can use it.
Diffstat (limited to 'oni/home/config')
| -rw-r--r-- | oni/home/config/data.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/oni/home/config/data.scm b/oni/home/config/data.scm index e1ef3ca..e15ec63 100644 --- a/oni/home/config/data.scm +++ b/oni/home/config/data.scm @@ -33,7 +33,8 @@ home-emacs-ace-link-service-type home-emacs-ace-link-configuration home-emacs-golden-ratio-service-type - home-emacs-pinentry-service-type)) + home-emacs-pinentry-service-type + home-emacs-org-caldav-service-type)) #:use-module (oni home services environment) ;; #:use-module (oni home services herbstluftwm) #:use-module (oni home services kdeconnect) @@ -308,6 +309,7 @@ (org-mode-key "C-S-e"))) (service home-emacs-golden-ratio-service-type) (service home-emacs-pinentry-service-type) + (service home-emacs-org-caldav-service-type) (service home-xss-lock-service-type) (service home-cbatticon-service-type)))) |
