Install calibre

This commit is contained in:
Charlotte Van Petegem 2020-07-11 16:53:37 +02:00
parent b770f3ddb6
commit 170b51a4ce
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{ ... }:
{
custom.zfs.homeLinks = [
{ path = ".config/calibre"; type = "cache"; }
];
home-manager.users.charlotte = { pkgs, ... }: {
home.packages = [ pkgs.calibre ];
};
}