summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/calendars.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/calendars.nix b/lib/calendars.nix
index 112dad6..250ea7c 100644
--- a/lib/calendars.nix
+++ b/lib/calendars.nix
@@ -1,4 +1,4 @@
-{lib, config, ...}:
+{lib, config, pkgs, ...}:
let
# names mapped to unique identifiers of calendars
calendars = {
@@ -29,7 +29,7 @@ let
};
radicale = {
- passwordCommand = ["pass" "cal.bensima.com"];
+ passwordCommand = ["${pkgs.pass}/bin/pass" "cal.bensima.com"];
type = "caldav";
url = "https://cal.bensima.com";
userName = "ben";
@@ -71,7 +71,7 @@ in {
"icloud" = {
remote = {
- passwordCommand = ["pass" "icloud.com/vdirsyncer"];
+ passwordCommand = ["${pkgs.pass}/bin/pass" "icloud.com/vdirsyncer"];
type = "caldav";
url = "https://caldav.icloud.com";
userName = "bsima@icloud.com";