Biblio module

This commit is contained in:
Filippo Berto 2023-01-11 12:01:05 +01:00
parent 3b754dee00
commit 9b026f8a05
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 5 additions and 2 deletions

3
hm_modules/biblio.nix Normal file
View file

@ -0,0 +1,3 @@
{ pkgs, ... }: {
home.packages = with pkgs;[ calibre mangal ];
}