Put LibreOffice into its own file
This commit is contained in:
parent
ea3338ea5d
commit
5725eb3cba
3 changed files with 10 additions and 1 deletions
9
modules/home/libreoffice.nix
Normal file
9
modules/home/libreoffice.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
libreoffice
|
||||
hunspell
|
||||
hunspellDicts.en_US
|
||||
hunspellDicts.en_GB-ise
|
||||
hunspellDicts.es_ES
|
||||
];
|
||||
}
|
||||
Reference in a new issue