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 ];
|
||||||
|
};
|
||||||
|
}
|
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../configurations/adb.nix
|
../configurations/adb.nix
|
||||||
|
../configurations/calibre.nix
|
||||||
../configurations/citrix.nix
|
../configurations/citrix.nix
|
||||||
../configurations/deluge.nix
|
../configurations/deluge.nix
|
||||||
../configurations/docker.nix
|
../configurations/docker.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue