diff options
Diffstat (limited to 'modules/programs/libreoffice.nix')
| -rw-r--r-- | modules/programs/libreoffice.nix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/programs/libreoffice.nix b/modules/programs/libreoffice.nix new file mode 100644 index 0000000..d5e463b --- /dev/null +++ b/modules/programs/libreoffice.nix @@ -0,0 +1,15 @@ +{ + flake.modules.homeManager.libreoffice = + { pkgs, ... }: + { + home.packages = with pkgs; [ + libreoffice-qt + hunspell + hunspellDicts.en-gb-ize + hunspellDicts.de-de + hyphenDicts.en-gb + hyphenDicts.de-de + ]; + + }; +} |
