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
|
nextcloud-client
|
||||||
nodejs_22
|
nodejs_22
|
||||||
obsidian
|
obsidian
|
||||||
|
onlyoffice-bin
|
||||||
pass
|
pass
|
||||||
pavucontrol
|
pavucontrol
|
||||||
php83
|
php83
|
||||||
|
|
@ -163,6 +164,13 @@
|
||||||
pinentryPackage = pkgs.pinentry-qt;
|
pinentryPackage = pkgs.pinentry-qt;
|
||||||
};
|
};
|
||||||
wireshark.enable = true;
|
wireshark.enable = true;
|
||||||
|
nix-ld = {
|
||||||
|
enable = true;
|
||||||
|
libraries = with pkgs; [
|
||||||
|
# Add any missing dynamic libraries for unpackaged programs
|
||||||
|
# here, NOT in environment.systemPackages
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue