2023-02-07 18:24:28 +01:00
|
|
|
{pkgs, ...}: {
|
2018-10-31 19:52:39 +01:00
|
|
|
home.sessionVariables = {
|
|
|
|
# Workaround for Libreoffice to force gtk3
|
|
|
|
SAL_USE_VCLPLUGIN = "gtk3";
|
|
|
|
};
|
|
|
|
|
2023-02-07 18:24:28 +01:00
|
|
|
home.packages = with pkgs; [libreoffice-fresh];
|
2018-10-31 19:52:39 +01:00
|
|
|
}
|