home: add speedtest
This commit is contained in:
parent
f41f6591b3
commit
18f0160c49
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue