diff --git a/modules/darwin/nix.nix b/modules/darwin/nix.nix index 00ba367..6e20c96 100644 --- a/modules/darwin/nix.nix +++ b/modules/darwin/nix.nix @@ -25,7 +25,6 @@ nixpkgs = { inherit overlays; hostPlatform = system; - config.allowUnfreePredicate = - pkg: builtins.elem (lib.getName pkg) (config.darwin.unfree-allowed ++ [ "ookla-speedtest" ]); + config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) (config.darwin.unfree-allowed); }; } diff --git a/modules/essentials.nix b/modules/essentials.nix index 85cf28a..e218aed 100644 --- a/modules/essentials.nix +++ b/modules/essentials.nix @@ -10,11 +10,11 @@ pkgs: with pkgs; [ git go htop + librespeed-cli moreutils neovim nix-search-cli nixfmt-rfc-style - ookla-speedtest python3 ripgrep rustup diff --git a/modules/home/nix.nix b/modules/home/nix.nix index 7301d58..850e45e 100644 --- a/modules/home/nix.nix +++ b/modules/home/nix.nix @@ -32,7 +32,6 @@ "discord" "instapaper-official" "onepassword-password-manager" - "ookla-speedtest" "super-agent" "zoom" ] diff --git a/modules/nixos/nix.nix b/modules/nixos/nix.nix index e0d6d3e..a761811 100644 --- a/modules/nixos/nix.nix +++ b/modules/nixos/nix.nix @@ -31,7 +31,6 @@ "1password" "1password-cli" "minecraft-server" - "ookla-speedtest" "plexmediaserver" "steam" "steam-unwrapped"