From 405211ec2c8f785bb3356e8910cc811658c6663d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Fri, 25 Jul 2025 14:08:58 +0200 Subject: [PATCH] treewide: remove ltex_dict I don't use this spell checker anymore. It is too slow --- nix/configurations/tungsten.nix | 4 ---- nix/configurations/vanadium.nix | 4 ---- nix/secrets/ltex_dict.age | Bin 796 -> 0 bytes nix/secrets/secrets.nix | 1 - 4 files changed, 9 deletions(-) delete mode 100644 nix/secrets/ltex_dict.age diff --git a/nix/configurations/tungsten.nix b/nix/configurations/tungsten.nix index e36318cd..a6e1e188 100644 --- a/nix/configurations/tungsten.nix +++ b/nix/configurations/tungsten.nix @@ -183,10 +183,6 @@ in file = "${../secrets/sshconfig.age}"; path = "/home/leana/.ssh/config"; }; - ltex_dict = { - file = "${../secrets/ltex_dict.age}"; - path = "/home/leana/.config/ltex_dict"; - }; }; }; } diff --git a/nix/configurations/vanadium.nix b/nix/configurations/vanadium.nix index cea450f6..d62adccd 100644 --- a/nix/configurations/vanadium.nix +++ b/nix/configurations/vanadium.nix @@ -207,10 +207,6 @@ in file = "${../secrets/sshconfig.age}"; path = "/home/leana/.ssh/config"; }; - ltex_dict = { - file = "${../secrets/ltex_dict.age}"; - path = "/home/leana/.config/ltex_dict"; - }; iambconfig = { file = "${../secrets/iambconfig.age}"; path = "/home/leana/.config/iamb/config.toml"; diff --git a/nix/secrets/ltex_dict.age b/nix/secrets/ltex_dict.age deleted file mode 100644 index 511775eea51245915c0b0da6bb64dc388aeb8d76..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 796 zcmZ9_>uVDS008h|i)>L@QKm)I1z{U3rk6|ZiCRc5$tBl&vb^VN=#pHe0bO77;`d6}2i_#TP|Ch@-X4FA8PK_PxJ<;Fr!TZbi=; zcG*%(dRxiJ12xd$Zg-ky!L8)HFbv{Ov^3CP<((2`nl##@dpym0P{+ zA$kX#HHZXJHC7TJD3H`GL=V`7GESv3MO*9RqX8W?;t0w6#Dd3>##0F}C$MT5Co9#6 znME|T)W?e$WL6|Dm9UvorS2CogT)+fx7#T*Vj|t=#a&Q83q+A9uURxB>1>|T$ua|K zv3Sx~5Cc&NH65h*X8O$bvlC18f7Q!#-%Lh@ukBM!bBoUoj|_gf^kZhj#HNwWy&r!1 zcw+ab|NL>~;kB8CAKu-4@(y0?`B|2t$J&=0pGQ^$p~j!fmtI~yJ$_tm3U*D^Z$c*q zvqz!sUoVQEy?(z#ZX0WD9$xbSmAaeTHy&uU(qF89y>Fsx#z&E#(%h3@~p$0f6mduMK~KLSsqod>tJKEVfjcC~DCzx{8=a3kdL{*@U! uUrs+Cntga^{Kou)@0IrPSNnQq74g8gTaYTZy!+a!zYp%;5*+Lv1O5l&zAWAV diff --git a/nix/secrets/secrets.nix b/nix/secrets/secrets.nix index fc0cb45f..339a820f 100644 --- a/nix/secrets/secrets.nix +++ b/nix/secrets/secrets.nix @@ -25,6 +25,5 @@ in { "parrot_token.age".publicKeys = all; "sshconfig.age".publicKeys = all; - "ltex_dict.age".publicKeys = all; "iambconfig.age".publicKeys = all; }