nix-dotfiles/hm_modules/biblio.nix
2023-01-11 12:01:17 +01:00

3 lines
67 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs;[ calibre mangal ];
}