Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Hjerpe committed Jan 30, 2024
1 parent bcbaa65 commit 2c7d72d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
12 changes: 6 additions & 6 deletions common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
helix # Modern modal editor, written in Rust
ripgrep # Modern rusty grep
lsof # Check who uses file
ripgrep # Rust grep implmenetation, not POSIX compliant
wget # Fetch things quicly with HTTP
ripgrep # Rust grep implementation, not POSIX compliant
wget # Fetch things quickly with HTTP
gnufdisk # CLI partition management (MBR)
gptfdisk # CLI partition management (GPT)
efitools # Tools for managing EFI, variables and such
Expand All @@ -100,8 +100,8 @@
nix-prefetch-github # fetch nix package from github
comma # Run stuff without installing it
lorri # nix-shell alternative
pijul # Patch based git alternative (Similiar to darcs but written in rust)
gitFull # Git and all beloning standard packages
pijul # Patch based git alternative (Similar to darcs but written in rust)
gitFull # Git and all belonging standard packages
lazygit # Git TUI, golang
gitui # Git TUI, rust
overcommit # Git hooks manager
Expand Down Expand Up @@ -181,8 +181,8 @@

# Misc
scrcpy # Print-screen tool
winePackages.wayland # Win32 API compability layer for Linux
wine64Packages.wayland # Win32 API compability layer for Linux
winePackages.wayland # Win32 API compatibility layer for Linux
wine64Packages.wayland # Win32 API compatibility layer for Linux
gimp # Photoshop alternative
webcamoid # Webcam application

Expand Down
2 changes: 1 addition & 1 deletion lillecarl/gui/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
neovide # Neovim GUI
dfeet # GUI browser for dbus
mpv # Video player
vlc # VLC sucks in comparision to MPV
vlc # VLC sucks in comparison to MPV
wev # Like xev but for wayland, displays which keys you're pressing
gitg # Git GUI for viewing branches
signal-desktop # Signal messenger, useful to copy-paste stuff to your phone
Expand Down
5 changes: 5 additions & 0 deletions typos.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[default]
extend-ignore-re = ['''(`|"|')ssh-.*(`|\"|')''']

[default.extend-words]
"ags" = "ags"
"noice" = "noice"
"crypted" = "crypted"

0 comments on commit 2c7d72d

Please sign in to comment.