temporary fixed while waiting for https://github.com/NixOS/nixpkgs/issues/495499 to land

This commit is contained in:
2026-03-02 18:07:18 +07:00
parent 2b7316be2a
commit 9b7e9b5be6

View File

@@ -14,6 +14,12 @@
...
}:
{
nixpkgs.overlays = [
(final: prev: {
libreoffice = prev.libreoffice-fresh;
})
];
services.stirling-pdf = {
enable = lib.mkDefault true;
environment = {