dotfiles/hosts/strix/apps/office.nix

10 lines
113 B
Nix
Executable file

{ pkgs, config, ... }:
{
environment.systemPackages = with pkgs; [
libreoffice
onlyoffice-bin
];
}