treewide: fix typos with crate-ci/typos

This commit is contained in:
Guanran Wang 2024-02-23 01:03:13 +08:00
parent dc840fc6ab
commit 16f9a29d7e
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
3 changed files with 13 additions and 2 deletions

11
.typos.toml Normal file
View file

@ -0,0 +1,11 @@
[files]
extend-exclude = [
"secrets.yaml",
# hex color
"home/applications/hyprland/hypr/themes",
"home/applications/swaylock/default.nix",
]
[default.extend-words]
lazer = "lazer" # osu

View file

@ -25,7 +25,7 @@
indent-guides.render = true;
file-picker.hidden = false;
};
# i still use these keybinds somethimes, even its hard to reach
# i still use these keybinds sometimes, even its hard to reach
keys.insert = {
C-left = "move_prev_word_start";
C-right = "move_next_word_end";

View file

@ -45,7 +45,7 @@
### Default Programs
environment.defaultPackages = [];
# In addtion of https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/config/system-path.nix
# In addition of https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/config/system-path.nix
environment.systemPackages = with pkgs; [
unzip
wget