home: add speedtest

This commit is contained in:
genofire 2022-07-05 22:36:51 +02:00
parent f41f6591b3
commit 18f0160c49
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
{pkgs, ...}:
{pkgs, lib, ...}:
{
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"ookla-speedtest"
];
home.packages = with pkgs; [
(python3.withPackages(ps: with ps; [
# ansible
@ -37,6 +40,7 @@
minio-client
liboping # fix it
mtr
ookla-speedtest
colordiff
direnv
pure-prompt