9 lines
90 B
Nix
9 lines
90 B
Nix
{ pkgs, ...}:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
libreoffice
|
|
onlyoffice-bin
|
|
];
|
|
}
|