refactor: move persistence into modules where possible
This commit is contained in:
parent
9f1cf602e5
commit
1764a421ab
10 changed files with 45 additions and 14 deletions
|
|
@ -12,6 +12,9 @@ in
|
|||
options.my.profiles.personal.calendar = mkEnableOption "calendar";
|
||||
|
||||
config = mkIf cfg.contacts {
|
||||
environment.persistence."/persist".users.moritz.directories = [
|
||||
".local/share/vdirsyncer/"
|
||||
];
|
||||
home-manager.users.moritz = {
|
||||
programs.khal.enable = true;
|
||||
programs.vdirsyncer.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue