actually configure calendar

This commit is contained in:
Charlotte 🦝 Delenk 2024-11-11 09:14:36 +01:00
parent 4d0711b846
commit e600a08103
3 changed files with 6 additions and 1 deletions

View file

@ -10,6 +10,7 @@
./pim.nix ./pim.nix
"${nixos-config}/services/desktop" "${nixos-config}/services/desktop"
./kodi ./kodi
./pim
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
kdePackages.kalk kdePackages.kalk

View file

@ -17,6 +17,6 @@
vdirsyncer.enable = true; vdirsyncer.enable = true;
}; };
}; };
accounts.calendar.basePaths = "Data/.calendar"; accounts.calendar.basePath = "Data/.calendar";
sops.secrets."accounts/calendar/accounts/lotte/remote/password".sopsFile = ./secrets.yaml; sops.secrets."accounts/calendar/accounts/lotte/remote/password".sopsFile = ./secrets.yaml;
} }

View file

@ -0,0 +1,4 @@
{ ... }:
{
imports = [ ./calendar.nix ];
}