libreoffice

This commit is contained in:
chaos 2023-09-01 16:56:26 +01:00
parent bd5db3c655
commit 1221201296
No known key found for this signature in database
4 changed files with 18 additions and 0 deletions

11
home/apps/libreoffice.nix Normal file
View file

@ -0,0 +1,11 @@
{pkgs, ...}: {
home.packages = with pkgs; [
libreoffice
hunspell
hunspellDicts.tok # Toki Pona
hunspellDicts.en_GB-ize # GB English with -ize endings
hunspellDicts.en-us # US English
hunspellDicts.de-de # German
hunspellDicts.de-at # Austrian German
];
}

View file

@ -27,6 +27,10 @@ in {
home.packages = with pkgs; [dconf2nix gnome.dconf-editor xclip];
home.sessionVariables = {
SAL_USE_VCLPLUGIN = "gtk3"; # GTK3 on LibreOffice
};
dconf.enable = true;
dconf.settings = {
"org/gnome/mutter" = {dynamic-workspaces = false;};

View file

@ -19,6 +19,7 @@
_JAVA_AWT_WM_NONREPARENTING = 1;
XCURSOR_SIZE = 64;
QT_AUTO_SCREEN_SCALE_FACTOR = 1;
SAL_USE_VCLPLUGIN = "gtk3"; # GTK3 on LibreOffice
};
home.pointerCursor = {

View file

@ -26,6 +26,8 @@
home.apps.toot-cli
home.apps.obsidian
home.apps.libreoffice
home.apps.strawberry
home.apps.nicotine-plus
home.apps.musicutil