all repos — nixfiles @ 0abb318c351a8bdb6cac8998d737bd81340cb0c0

System and user configuration, managed by nix and home-manager

fix error applying enchant override

Alan Pearce
commit

0abb318c351a8bdb6cac8998d737bd81340cb0c0

parent

ef4c25fdc267f6ce6ed2d29f1eddf4ee7ab7c773

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
M overlays/personal.nixoverlays/personal.nix
@@ -6,4 +6,8 @@ };
in { inherit personal; + enchant = personal.enchant-configurable.override { + withHspell = false; + withAspell = false; + }; }