made office module and added spell checking
This commit is contained in:
parent
0c504ec2fb
commit
a056a3c34e
4 changed files with 14 additions and 1 deletions
8
modules/software/office/libreoffice.nix
Normal file
8
modules/software/office/libreoffice.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
libreoffice
|
||||
hunspell
|
||||
hunspellDicts.en_UK
|
||||
hunspellDicts.de_DE
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue