feat: onlyoffice
This commit is contained in:
parent
24cfc1bc9d
commit
1c29c3b90c
1 changed files with 8 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue