nix-dotfiles/hm_modules/biblio.nix

3 lines
93 B
Nix

{ pkgs, ... }: {
home.packages = builtins.attrValues { inherit (pkgs) calibre mangal; };
}