Enable spell checking in Ruby files

This commit is contained in:
Andrew Kvalheim 2022-03-10 15:13:42 -08:00
parent c0d62a27ab
commit 188c616a30

View file

@ -678,7 +678,7 @@ xdg.configFile."mimeapps.list".force = true; # Workaround for nix-community/home
home.file.".cspell.json".text = builtins.toJSON {
dictionaries = [ "custom" ];
dictionaryDefinitions = [ { name = "custom"; path = ./words.txt; } ];
enableFiletypes = [ "shellscript" ];
enableFiletypes = [ "ruby" "shellscript" ];
};
xdg.dataFile."nautilus/scripts/HEIF Darktable" = {