feature(calibre): add calibre ebook management
This commit is contained in:
8
modules/nixos/calibre.nix
Normal file
8
modules/nixos/calibre.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# install calibre for ebook management and kobo syncing
|
||||
environment.systemPackages = with pkgs; [
|
||||
calibre
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user