Save zotero data dir

This commit is contained in:
Charlotte Van Petegem 2021-08-24 16:11:04 +02:00
parent 61bbde7beb
commit 9eaa0c9f71
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 7 additions and 4 deletions

View file

@ -7,7 +7,10 @@
};
config = lib.mkIf config.chvp.work.zotero.enable {
chvp.base.zfs.homeLinks = [{ path = ".zotero"; type = "data"; }];
chvp.base.zfs.homeLinks = [
{ path = ".zotero"; type = "data"; }
{ path = ".local/share/Zotero"; type = "data"; }
];
home-manager.users.charlotte = { ... }: {
home.packages = [ pkgs.zotero ];
};