Files
nixos/home-modules/books.nix
T
2025-05-03 23:42:03 -07:00

6 lines
71 B
Nix

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