diff --git a/modules/hm/office.nix b/modules/hm/office.nix index 810f5fc..e24c0fb 100644 --- a/modules/hm/office.nix +++ b/modules/hm/office.nix @@ -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; }; }