dinky: install calibre
This commit is contained in:
parent
60ca243a65
commit
66a3c221d3
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./home.nix
|
./home.nix
|
||||||
|
@ -11,4 +11,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [ calibre ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue