Disable libreoffice
This commit is contained in:
parent
558fa68437
commit
1e6b6eb100
1 changed files with 4 additions and 1 deletions
|
|
@ -1,7 +1,10 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = builtins.attrValues {
|
home.packages = builtins.attrValues {
|
||||||
inherit (pkgs) hunspell libreoffice-fresh;
|
inherit (pkgs)
|
||||||
|
hunspell
|
||||||
|
# libreoffice-fresh
|
||||||
|
;
|
||||||
inherit (pkgs.hunspellDicts) en_GB-large en_US-large it_IT;
|
inherit (pkgs.hunspellDicts) en_GB-large en_US-large it_IT;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue