Hi everyone, I’m hoping this can be resolved.
I installed Libreoffice and Zotero through home-manager (which is a nixos module), and individually they work great. However, the Zotero extension I installed in Libreoffice doesn’t seem to work. When I click the button to add a citation, nothing happens.
For clarity, here is the relevant configuration in my configuration.nix
:
home.packages = with pkgs; [
...
libreoffice
zotero
...
];
Is there something I should be doing to make this work, or is the problem fundamentally related to how NixOS functions?
Thank you