actually configure calendar
This commit is contained in:
parent
4d0711b846
commit
e600a08103
3 changed files with 6 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
4
programs/desktop/pim/default.nix
Normal file
4
programs/desktop/pim/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
imports = [ ./calendar.nix ];
|
||||||
|
}
|
Loading…
Reference in a new issue