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"
|
||||
"teams"
|
||||
"obs-studio"
|
||||
"calibre"
|
||||
];
|
||||
extraGroups = [];
|
||||
backupPaths = [];
|
||||
|
|
Loading…
Add table
Reference in a new issue