feat: onlyoffice

This commit is contained in:
s-prechtl 2024-10-01 14:55:36 +02:00
parent 24cfc1bc9d
commit 1c29c3b90c

View file

@ -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 = {