Disable libreoffice

This commit is contained in:
Filippo Berto 2024-11-26 10:26:17 +01:00
parent 558fa68437
commit 1e6b6eb100
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -1,7 +1,10 @@
{ pkgs, ... }:
{
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;
};
}