treewide: remove ltex_dict

I don't use this spell checker anymore. It is too slow
This commit is contained in:
Primrose 2025-07-25 14:08:58 +02:00
parent f6a94713e1
commit 405211ec2c
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 0 additions and 9 deletions

View file

@ -183,10 +183,6 @@ in
file = "${../secrets/sshconfig.age}"; file = "${../secrets/sshconfig.age}";
path = "/home/leana/.ssh/config"; path = "/home/leana/.ssh/config";
}; };
ltex_dict = {
file = "${../secrets/ltex_dict.age}";
path = "/home/leana/.config/ltex_dict";
};
}; };
}; };
} }

View file

@ -207,10 +207,6 @@ in
file = "${../secrets/sshconfig.age}"; file = "${../secrets/sshconfig.age}";
path = "/home/leana/.ssh/config"; path = "/home/leana/.ssh/config";
}; };
ltex_dict = {
file = "${../secrets/ltex_dict.age}";
path = "/home/leana/.config/ltex_dict";
};
iambconfig = { iambconfig = {
file = "${../secrets/iambconfig.age}"; file = "${../secrets/iambconfig.age}";
path = "/home/leana/.config/iamb/config.toml"; path = "/home/leana/.config/iamb/config.toml";

Binary file not shown.

View file

@ -25,6 +25,5 @@ in {
"parrot_token.age".publicKeys = all; "parrot_token.age".publicKeys = all;
"sshconfig.age".publicKeys = all; "sshconfig.age".publicKeys = all;
"ltex_dict.age".publicKeys = all;
"iambconfig.age".publicKeys = all; "iambconfig.age".publicKeys = all;
} }