Add org-caldav
This commit is contained in:
parent
2034615561
commit
468d3a1f04
@ -2,8 +2,8 @@
|
||||
imports = with inputs.self.nixosModules; [
|
||||
./hardware-configuration.nix
|
||||
inputs.self.nixosProfiles.base
|
||||
gitea
|
||||
jitsi
|
||||
# gitea
|
||||
# jitsi
|
||||
mailserver
|
||||
matrix-synapse
|
||||
minidlna
|
||||
|
@ -1,4 +1,9 @@
|
||||
{ pkgs, config, lib, ... }: {
|
||||
# secrets-envsubst.emacs = {
|
||||
# owner = "balsoft:users";
|
||||
# directory = "emacs";
|
||||
# };
|
||||
|
||||
home-manager.users.balsoft = {
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
@ -50,6 +55,7 @@
|
||||
edit-indirect
|
||||
idris-mode
|
||||
lsp-mode
|
||||
org-caldav
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -229,4 +229,12 @@ If point was already at that position, move point to beginning of line."
|
||||
:server-id 'nix))
|
||||
)
|
||||
|
||||
|
||||
(use-package org-caldav
|
||||
:config
|
||||
(setq org-caldav-url "https://nextcloud.balsoft.ru/remote.php/dav/calendars/balsoft")
|
||||
(setq org-caldav-calendar-id "work")
|
||||
(setq org-caldav-inbox "/home/balsoft/Documents/Work/calendar.org")
|
||||
(setq org-icalendar-timezone "Europe/Moscow")
|
||||
)
|
||||
;;; init.el ends here
|
||||
|
Loading…
Reference in New Issue
Block a user