nix-config/modules/home/zotero.nix
2026-07-18 17:17:50 +02:00

6 lines
66 B
Nix

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