nix-config/modules/nix/ebook/default.nix
smayzy 85f0b82334
All checks were successful
nix flake show / show-flake (push) Successful in 27s
mv calibre to modules
2025-07-21 14:40:21 +02:00

7 lines
69 B
Nix

{ lib, config, pkgs, ... }:
{
imports = [
./calibre.nix
];
}