mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
treewide: remove ltex_dict
I don't use this spell checker anymore. It is too slow
This commit is contained in:
parent
f6a94713e1
commit
405211ec2c
4 changed files with 0 additions and 9 deletions
|
|
@ -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";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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.
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue