feat: enable personal calendar and contacts on desktop
This commit is contained in:
parent
216c5f32c9
commit
698b768a24
2 changed files with 3 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ with lib; let
|
|||
in {
|
||||
options.my.profiles.personal.calendar = mkEnableOption "calendar";
|
||||
|
||||
config = mkIf cfg.contacts {
|
||||
config = mkIf cfg.calendar {
|
||||
environment.persistence."/persist".users.moritz.directories = [
|
||||
".local/share/vdirsyncer/"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue