From 1c29c3b90c68fdc3e4dd19fb279f4b29567c7142 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 1 Oct 2024 14:55:36 +0200 Subject: [PATCH] feat: onlyoffice --- hosts/default/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 7c28e37..7b7e915 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -124,6 +124,7 @@ nextcloud-client nodejs_22 obsidian + onlyoffice-bin pass pavucontrol php83 @@ -163,6 +164,13 @@ pinentryPackage = pkgs.pinentry-qt; }; wireshark.enable = true; + nix-ld = { + enable = true; + libraries = with pkgs; [ + # Add any missing dynamic libraries for unpackaged programs + # here, NOT in environment.systemPackages + ]; + }; }; virtualisation = {