8 lines
99 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
onlyoffice-desktopeditors
];
}