Remove vale, add aspell

This commit is contained in:
Erwin Boskma 2022-06-24 11:17:11 +02:00
parent 4fbda1cc89
commit eb82a0716b
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -59,20 +59,9 @@ in
})
orgProtocolDesktop
nodePackages.bash-language-server
vale
vale.data
];
aspell
] ++
(with aspellDicts; [ en en-computers en-science fy nl ]);
home.file.".vale.ini".text = valeToINI {
globalSection = {
StylesPath = "${pkgs.vale.data}/share/vale/styles";
MinAlertLevel = "suggestion";
};
sections = {
"*" = {
BasedOnStyles = [ "vale" "proselint" "write-good" ];
};
};
};
};
}