{ pkgs, ... }: { sane.programs.libreoffice = { # package = pkgs.libreoffice-bin; # package = pkgs.libreoffice-still; package = pkgs.libreoffice-fresh; slowToBuild = true; # disable first-run stuff fs.".config/libreoffice/4/user/registrymodifications.xcu".symlink.text = '' false false ''; # 1667693880 # 1667693880 }; }