Simpler configuration

This commit is contained in:
Filippo Berto 2025-02-21 11:18:28 +01:00
parent e83145214f
commit 1125327236
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 41 additions and 40 deletions

View file

@ -3,7 +3,7 @@
home.packages = builtins.attrValues {
inherit (pkgs)
hunspell
# libreoffice-fresh
libreoffice-fresh
;
inherit (pkgs.hunspellDicts) en_GB-large en_US-large it_IT;
};