nix-config/modules/tools/academic/default.nix
2025-09-13 11:41:27 +02:00

7 lines
66 B
Nix

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