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; [
|
home.packages = with pkgs; [
|
||||||
(python3.withPackages(ps: with ps; [
|
(python3.withPackages(ps: with ps; [
|
||||||
# ansible
|
# ansible
|
||||||
|
@ -37,6 +40,7 @@
|
||||||
minio-client
|
minio-client
|
||||||
liboping # fix it
|
liboping # fix it
|
||||||
mtr
|
mtr
|
||||||
|
ookla-speedtest
|
||||||
colordiff
|
colordiff
|
||||||
direnv
|
direnv
|
||||||
pure-prompt
|
pure-prompt
|
||||||
|
|
Loading…
Reference in New Issue