Add calibre
This commit is contained in:
parent
11c2e5d852
commit
116474d8a8
2 changed files with 4 additions and 0 deletions
3
hmModules/calibre/default.nix
Normal file
3
hmModules/calibre/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = [pkgs.calibre];
|
||||||
|
}
|
|
@ -78,6 +78,7 @@
|
||||||
"zulip"
|
"zulip"
|
||||||
"teams"
|
"teams"
|
||||||
"obs-studio"
|
"obs-studio"
|
||||||
|
"calibre"
|
||||||
];
|
];
|
||||||
extraGroups = [];
|
extraGroups = [];
|
||||||
backupPaths = [];
|
backupPaths = [];
|
||||||
|
|
Loading…
Add table
Reference in a new issue