treewide: fix typos with crate-ci/typos
This commit is contained in:
parent
dc840fc6ab
commit
16f9a29d7e
3 changed files with 13 additions and 2 deletions
11
.typos.toml
Normal file
11
.typos.toml
Normal 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
|
|
@ -25,7 +25,7 @@
|
||||||
indent-guides.render = true;
|
indent-guides.render = true;
|
||||||
file-picker.hidden = false;
|
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 = {
|
keys.insert = {
|
||||||
C-left = "move_prev_word_start";
|
C-left = "move_prev_word_start";
|
||||||
C-right = "move_next_word_end";
|
C-right = "move_next_word_end";
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
### Default Programs
|
### Default Programs
|
||||||
environment.defaultPackages = [];
|
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; [
|
environment.systemPackages = with pkgs; [
|
||||||
unzip
|
unzip
|
||||||
wget
|
wget
|
||||||
|
|
Loading…
Reference in a new issue