Install calibre
This commit is contained in:
parent
b770f3ddb6
commit
170b51a4ce
2 changed files with 12 additions and 0 deletions
11
configurations/calibre.nix
Normal file
11
configurations/calibre.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
custom.zfs.homeLinks = [
|
||||
{ path = ".config/calibre"; type = "cache"; }
|
||||
];
|
||||
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = [ pkgs.calibre ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue