update speedtest fs command

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-29 14:40:10 -06:00
parent 6630780982
commit 677c5a2c4e
3 changed files with 31 additions and 18 deletions

View file

@ -56,6 +56,8 @@ with lib;
# ripgrep
rg = "rg --no-ignore";
rgf = "rg --files --glob '!/nix/store/**' 2>/dev/null | rg";
speedtest_internet = "speedtest-cli";
};
environment.shellInit = lib.concatStringsSep "\n\n" [