libreoffice
This commit is contained in:
parent
bd5db3c655
commit
1221201296
11
home/apps/libreoffice.nix
Normal file
11
home/apps/libreoffice.nix
Normal 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
|
||||
];
|
||||
}
|
|
@ -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;};
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
home.apps.toot-cli
|
||||
|
||||
home.apps.obsidian
|
||||
home.apps.libreoffice
|
||||
|
||||
home.apps.strawberry
|
||||
home.apps.nicotine-plus
|
||||
home.apps.musicutil
|
||||
|
|
Loading…
Reference in a new issue