Skip to content

Commit

Permalink
Uninstall tools from global which I didn't actually use longdays
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jan 1, 2025
1 parent a0a187c commit 0d5cad3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
11 changes: 1 addition & 10 deletions home-manager/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
diffutils
gnugrep
netcat # `nc`
dig # Alt and raw-data oriented nslookup. TODO: Consider another candidate: dug - https://eng-blog.iij.ad.jp/archives/27527
dig # Alt and raw-data oriented nslookup. # Candidates: dug - https://eng-blog.iij.ad.jp/archives/27527

git
# gh # Don't add gh here. Only use home-manager gh module to avoid https://github.com/cli/cli/pull/5378
Expand Down Expand Up @@ -61,7 +61,6 @@
curl
wget
jq
jnv # interactive jq
ripgrep # `rg`
bat # alt cat
mdcat # pipe friendly markdown viewer rather than glow
Expand All @@ -77,7 +76,6 @@

typos
hyperfine
difftastic # `difft`
riffdiff # `riff`
gnumake
go-task # Installing for enabling shell completion easy
Expand All @@ -96,12 +94,6 @@
tlrc

fastfetch # active replacement of neofetch

# Alternative candidates
# - deep-translator - not active - https://github.com/nidhaloff/deep-translator/issues/240
# - argos-translate - can be closed in offline, but not yet enough accuracy
# - Apertium - does not support Japanese
translate-shell # `echo "$text" | trans en:ja`
])
++ (with pkgs.unstable; [
gurk-rs # Require https://github.com/NixOS/nixpkgs/pull/356353 to link
Expand All @@ -119,7 +111,6 @@
ir
updeps
bench_shells
archive-home-files
gredit
preview
])
3 changes: 0 additions & 3 deletions windows/winget/winget-pkgs-basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@
{
"PackageIdentifier": "Clement.bottom"
},
{
"PackageIdentifier": "Wilfred.difftastic"
},
{
"PackageIdentifier": "tailscale.tailscale"
},
Expand Down

0 comments on commit 0d5cad3

Please sign in to comment.