feat(applications): add libreoffice
This commit is contained in:
parent
6fd64b0a68
commit
8463239b39
8
modules/applications/libreoffice/default.nix
Normal file
8
modules/applications/libreoffice/default.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
libreoffice-qt
|
||||
hunspell
|
||||
hunspellDicts.uk_UA
|
||||
hunspellDicts.th_TH
|
||||
];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user