infra/nix/home-manager/programs/libreoffice.nix

4 lines
59 B
Nix

{ pkgs, ... }:
{
home.packages = [ pkgs.libreoffice ];
}