made office module and added spell checking

This commit is contained in:
Ranomier 2025-02-22 21:28:43 +01:00
parent 0c504ec2fb
commit a056a3c34e
4 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
libreoffice
hunspell
hunspellDicts.en_UK
hunspellDicts.de_DE
];
}